Method | Description | |
---|---|---|
AsType ( string name ) : |
||
GetType ( IContext context, string name ) : |
||
GetType ( string name ) : |
||
InvokeTypeMember ( |
||
IsNamespace ( string name ) : bool |
Method | Description | |
---|---|---|
GetNamespaces ( ) : ICollection |
||
GetTypeFromLoadedAssemblies ( string name ) : |
||
GetTypeFromPartialNamedAssembly ( string name ) : |
||
LoadReferencedAssemblies ( ) : void | ||
LoadReferencedAssemblies ( |
public static AsType ( string name ) : |
||
name | string | |
return |
public static GetType ( IContext context, string name ) : |
||
context | IContext | |
name | string | |
return |
public static GetType ( string name ) : |
||
name | string | |
return |
public static InvokeTypeMember ( |
||
type | ||
name | string | |
parameters | object | |
return | object |
public static IsNamespace ( string name ) : bool | ||
name | string | |
return | bool |