x4Trace Documentation v1.0
|
Classes | |
class | AssemblyNameDictionary |
Represents a type dictionary by name. More... | |
class | AssemblyTypeDictionary |
Represents a type dictionary by type. Use for change type. When you use an interface you can access only the interface types. This object helps you to create the implemented instance. More... | |
class | TypeNotFoundException |
Exception: Type not found. More... | |
Functions | |
delegate void | GetTypeNameEvt (out string name, object o) |
Delegate of get type name event. | |
delegate void Tools.Assembly.GetTypeNameEvt | ( | out string | name, |
object | o ) |
Delegate of get type name event.
name | Name of type. |
o | Object for naming. |