Méthode | 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 |
Méthode | Description | |
---|---|---|
GetTypesArray ( object args ) : System.Type[] | ||
Utils ( ) : System |
public static CreateInstance ( |
||
targetType | ||
Résultat | object |
public static CreateInstance ( string targetType ) : object | ||
targetType | string | |
Résultat | object |
public static GetField ( object target, string name ) : object | ||
target | object | |
name | string | |
Résultat | object |
public static GetProperty ( object target, string name ) : object | ||
target | object | |
name | string | |
Résultat | object |
public static InvokeMethod ( |
||
target | ||
name | string | |
Résultat | object |
public static InvokeMethod ( object target, string name ) : object | ||
target | object | |
name | string | |
Résultat | object |
public static SetField ( object target, string name, object val ) : void | ||
target | object | |
name | string | |
val | object | |
Résultat | void |
public static SetProperty ( object target, string name, object val ) : void | ||
target | object | |
name | string | |
val | object | |
Résultat | void |