Method | Description | |
---|---|---|
Construct ( string type ) : object | ||
GetField ( object obj, string name ) : object | ||
GetFieldStatic ( string type, string name ) : object | ||
GetMethod ( object obj, string name ) : object | ||
GetProperty ( object obj, string name ) : object | ||
GetPropertyStatic ( string type, string name ) : object | ||
Invoke ( object obj, string name ) : object | ||
InvokeMethod ( object obj, object method ) : object | ||
InvokeStatic ( string type, string name ) : object |
Method | Description | |
---|---|---|
FindType ( string type ) : |
||
GetMethodExtended ( IReflect type, string name, bool staticMethod, int parameterCount ) : object |
public static Construct ( string type ) : object | ||
type | string | |
return | object |
public static GetField ( object obj, string name ) : object | ||
obj | object | |
name | string | |
return | object |
public static GetFieldStatic ( string type, string name ) : object | ||
type | string | |
name | string | |
return | object |
public static GetMethod ( object obj, string name ) : object | ||
obj | object | |
name | string | |
return | object |
public static GetProperty ( object obj, string name ) : object | ||
obj | object | |
name | string | |
return | object |
public static GetPropertyStatic ( string type, string name ) : object | ||
type | string | |
name | string | |
return | object |
public static Invoke ( object obj, string name ) : object | ||
obj | object | |
name | string | |
return | object |
public static InvokeMethod ( object obj, object method ) : object | ||
obj | object | |
method | object | |
return | object |
public static InvokeStatic ( string type, string name ) : object | ||
type | string | |
name | string | |
return | object |