Method | Description | |
---|---|---|
AsType ( this type ) : Type | ||
CreateDelegate ( this methodInfo, Type delegateType, object instance ) : Delegate | ||
GetConstructors ( this typeInfo ) : IEnumerable |
||
GetDelegateName ( this delegateInstance ) : string | ||
GetFields ( this typeInfo ) : IEnumerable |
||
GetMethod ( this type, string methodName ) : MethodInfo | ||
GetMethods ( this typeInfo, BindingFlags, ignored ) : IEnumerable |
||
GetTypeInfo ( this type ) : Type | ||
GetTypeInfo ( this typeInfo ) : TypeInfo | ||
GetTypes ( this assembly ) : IEnumerable |
||
IsInstanceOfType ( this type, object obj ) : bool |
public static CreateDelegate ( this methodInfo, Type delegateType, object instance ) : Delegate | ||
methodInfo | this | |
delegateType | Type | |
instance | object | |
return | Delegate |
public static GetConstructors ( this typeInfo ) : IEnumerable |
||
typeInfo | this | |
return | IEnumerable |
public static GetDelegateName ( this delegateInstance ) : string | ||
delegateInstance | this | |
return | string |
public static GetFields ( this typeInfo ) : IEnumerable |
||
typeInfo | this | |
return | IEnumerable |
public static GetMethod ( this type, string methodName ) : MethodInfo | ||
type | this | |
methodName | string | |
return | MethodInfo |
public static GetMethods ( this typeInfo, BindingFlags, ignored ) : IEnumerable |
||
typeInfo | this | |
ignored | BindingFlags, | |
return | IEnumerable |
public static GetTypeInfo ( this type ) : Type | ||
type | this | |
return | Type |
public static GetTypeInfo ( this typeInfo ) : TypeInfo | ||
typeInfo | this | |
return | TypeInfo |
public static GetTypes ( this assembly ) : IEnumerable |
||
assembly | this | |
return | IEnumerable |
public static IsInstanceOfType ( this type, object obj ) : bool | ||
type | this | |
obj | object | |
return | bool |