Method | Description | |
---|---|---|
CallMethod ( object target, System type, string methodCMD ) : object | ||
GetClass ( string className ) : System.Type | ||
GetField ( object target, System type, string fieldName ) : object | ||
GetParaFromString ( string para ) : object | ||
GetValue ( string command ) : object | ||
SetValue ( string command ) : void |
public static CallMethod ( object target, System type, string methodCMD ) : object | ||
target | object | |
type | System | |
methodCMD | string | |
return | object |
public static GetClass ( string className ) : System.Type | ||
className | string | |
return | System.Type |
public static GetField ( object target, System type, string fieldName ) : object | ||
target | object | |
type | System | |
fieldName | string | |
return | object |
public static GetParaFromString ( string para ) : object | ||
para | string | |
return | object |
public static GetValue ( string command ) : object | ||
command | string | |
return | object |
public static SetValue ( string command ) : void | ||
command | string | |
return | void |