Method | Description | |
---|---|---|
FindType ( string typeName ) : |
||
FindType ( string typeName, bool ignoreCase ) : |
||
GetType ( string typeName ) : |
||
GetType ( string typeName, bool ignoreCase ) : |
||
PushHandler ( Func binder ) : IDisposable |
Method | Description | |
---|---|---|
Send ( |
||
TypeResolution ( ) : System |
public static FindType ( string typeName ) : |
||
typeName | string | |
return |
public static FindType ( string typeName, bool ignoreCase ) : |
||
typeName | string | |
ignoreCase | bool | |
return |
public static GetType ( string typeName ) : |
||
typeName | string | |
return |
public static GetType ( string typeName, bool ignoreCase ) : |
||
typeName | string | |
ignoreCase | bool | |
return |
public static PushHandler ( Func binder ) : IDisposable | ||
binder | Func | |
return | IDisposable |