Method | Description | |
---|---|---|
GetAllFields ( this type ) : System.Reflection.FieldInfo[] | ||
GetAllInterfaces ( ) : ICollection |
Returns list of all unique interfaces implemented given types, including their base interfaces.
|
|
GetAllInterfaces ( this type ) : ICollection |
||
GetClosedParameterType ( this type, |
||
SetStaticField ( this type, string fieldName, BindingFlags additionalFlags, object value ) : void | ||
Sort ( |
Method | Description | |
---|---|---|
CloseGenericParametersIfAny ( |
||
Sort ( IEnumerable |
public static GetAllFields ( this type ) : System.Reflection.FieldInfo[] | ||
type | this | |
return | System.Reflection.FieldInfo[] |
public static GetAllInterfaces ( ) : ICollection |
||
return | ICollection |
public static GetAllInterfaces ( this type ) : ICollection |
||
type | this | |
return | ICollection |
public static GetClosedParameterType ( this type, |
||
type | this | |
parameter | ||
return |
public static SetStaticField ( this type, string fieldName, BindingFlags additionalFlags, object value ) : void | ||
type | this | |
fieldName | string | |
additionalFlags | BindingFlags | |
value | object | |
return | void |
public static Sort ( |
||
members | ||
return | System.Reflection.MemberInfo[] |