Method | Description | |
---|---|---|
CreateInstance ( System type, Object args ) : Object | ||
CreateInstance ( |
||
CreateInstance ( string assemblyName, string type ) : Object | ||
DisplayObjectTypes ( object o ) : void | ||
DisplayProperties ( object o ) : void | ||
GetAttributes ( System attributeType, object instance ) : System.Attribute[] | ||
GetCreatableObjectImplementsInterface ( |
||
GetCreatableObjectImplementsInterface ( |
||
GetCreatableObjectImplementsInterface ( |
||
GetCreatableObjects ( System parentType, string path ) : System.Type[] | ||
GetExcludeAssemblies ( ) : IEnumerable |
||
GetFieldsByAttribute ( object o, System attributeType ) : |
||
GetMethodsByAttribute ( System parentType, System attributeType ) : |
||
GetPropertyAttribute ( System attributeType, object instance, string propertyName ) : |
||
GetPropertyAttributeDescriptionValue ( object instance, string propertyName ) : string | ||
GetSingleAttribute ( System attributeType, System type ) : |
||
GetSingleAttribute ( System attributeType, object instance ) : |
||
GetType ( string assemblyName, string type ) : |
||
ImplementsInterface ( |
||
ImplementsInterface ( object o, |
||
IsTypeOf ( System checkType, System baseType ) : bool | ||
IsTypeOf ( System checkType, string baseType ) : bool |
Method | Description | |
---|---|---|
LoadAllAssembliesForPath ( string path ) : |
||
ReflectionHelper ( ) : System |
public static CreateInstance ( System type, Object args ) : Object | ||
type | System | |
args | Object | |
return | Object |
public static CreateInstance ( |
||
type | ||
return | Object |
public static CreateInstance ( string assemblyName, string type ) : Object | ||
assemblyName | string | |
type | string | |
return | Object |
public static DisplayObjectTypes ( object o ) : void | ||
o | object | |
return | void |
public static DisplayProperties ( object o ) : void | ||
o | object | |
return | void |
public static GetAttributes ( System attributeType, object instance ) : System.Attribute[] | ||
attributeType | System | |
instance | object | |
return | System.Attribute[] |
public static GetCreatableObjectImplementsInterface ( |
||
interfaceType | ||
assembly | ||
return | System.Type[] |
public static GetCreatableObjectImplementsInterface ( |
||
interfaceType | ||
path | string | |
return | System.Type[] |
public static GetCreatableObjectImplementsInterface ( |
||
interfaceType | ||
path | string | |
domain | ||
return | System.Type[] |
public static GetCreatableObjects ( System parentType, string path ) : System.Type[] | ||
parentType | System | |
path | string | |
return | System.Type[] |
public static GetExcludeAssemblies ( ) : IEnumerable |
||
return | IEnumerable |
public static GetFieldsByAttribute ( object o, System attributeType ) : |
||
o | object | |
attributeType | System | |
return |
public static GetMethodsByAttribute ( System parentType, System attributeType ) : |
||
parentType | System | |
attributeType | System | |
return |
public static GetPropertyAttribute ( System attributeType, object instance, string propertyName ) : |
||
attributeType | System | |
instance | object | |
propertyName | string | |
return |
public static GetPropertyAttributeDescriptionValue ( object instance, string propertyName ) : string | ||
instance | object | |
propertyName | string | |
return | string |
public static GetSingleAttribute ( System attributeType, System type ) : |
||
attributeType | System | |
type | System | |
return |
public static GetSingleAttribute ( System attributeType, object instance ) : |
||
attributeType | System | |
instance | object | |
return |
public static GetType ( string assemblyName, string type ) : |
||
assemblyName | string | |
type | string | |
return |
public static ImplementsInterface ( |
||
objectType | ||
interfaceType | ||
return | bool |
public static ImplementsInterface ( object o, |
||
o | object | |
interfaceType | ||
return | bool |
public static IsTypeOf ( System checkType, System baseType ) : bool | ||
checkType | System | |
baseType | System | |
return | bool |
public static IsTypeOf ( System checkType, string baseType ) : bool | ||
checkType | System | |
baseType | string | |
return | bool |