Method | Description | |
---|---|---|
CreateInstance ( |
||
CreateInstance ( string targetType ) : object | ||
GetField ( object target, string name ) : object | ||
GetProperty ( object target, string name ) : object | ||
InvokeMethod ( |
||
InvokeMethod ( object target, string name ) : object | ||
SetField ( object target, string name, object val ) : void | ||
SetProperty ( object target, string name, object val ) : void |
Method | Description | |
---|---|---|
GetTypesArray ( object args ) : System.Type[] | ||
Utils ( ) : System |
public static CreateInstance ( |
||
targetType | ||
return | object |
public static CreateInstance ( string targetType ) : object | ||
targetType | string | |
return | object |
public static GetField ( object target, string name ) : object | ||
target | object | |
name | string | |
return | object |
public static GetProperty ( object target, string name ) : object | ||
target | object | |
name | string | |
return | object |
public static InvokeMethod ( |
||
target | ||
name | string | |
return | object |
public static InvokeMethod ( object target, string name ) : object | ||
target | object | |
name | string | |
return | object |
public static SetField ( object target, string name, object val ) : void | ||
target | object | |
name | string | |
val | object | |
return | void |
public static SetProperty ( object target, string name, object val ) : void | ||
target | object | |
name | string | |
val | object | |
return | void |