C# Class wuxingogo.Runtime.XReflectionManager

Datei anzeigen Open project: wuxingogo/WuxingogoExtension

Public Methods

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

Method Details

CallMethod() public static method

public static CallMethod ( object target, System type, string methodCMD ) : object
target object
type System
methodCMD string
return object

GetClass() public static method

public static GetClass ( string className ) : System.Type
className string
return System.Type

GetField() public static method

public static GetField ( object target, System type, string fieldName ) : object
target object
type System
fieldName string
return object

GetParaFromString() public static method

public static GetParaFromString ( string para ) : object
para string
return object

GetValue() public static method

public static GetValue ( string command ) : object
command string
return object

SetValue() public static method

public static SetValue ( string command ) : void
command string
return void