x4Trace Documentation v1.0
Loading...
Searching...
No Matches
Tools.Assembly Namespace Reference

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.
 

Function Documentation

◆ GetTypeNameEvt()

delegate void Tools.Assembly.GetTypeNameEvt ( out string name,
object o )

Delegate of get type name event.

Parameters
nameName of type.
oObject for naming.