Method | Description | |
---|---|---|
GetConstructor ( ITypeInfo paramTypes ) : |
||
GetCustomAttributes ( ITypeInfo attributeType, bool inherit ) : object[] | ||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetField ( string name ) : |
||
GetFields ( ) : IEnumerable |
||
GetGenericArguments ( ) : System.Type[] | ||
GetGenericTypeDefinition ( ) : |
||
GetInterface ( string name ) : |
||
GetInterfaces ( ) : System.Type[] | ||
GetMembers ( ) : System.Reflection.MemberInfo[] | ||
GetMethod ( string name ) : |
||
GetMethod ( string name, ITypeInfo paramTypes ) : |
||
GetProperties ( ) : IEnumerable |
||
GetProperty ( string name ) : |
||
IsAssignableFrom ( ITypeInfo typeInfo ) : bool |
Method | Description | |
---|---|---|
TypeInfoWrapper ( |
public GetConstructor ( ITypeInfo paramTypes ) : |
||
paramTypes | ITypeInfo | |
return |
public GetCustomAttributes ( ITypeInfo attributeType, bool inherit ) : object[] | ||
attributeType | ITypeInfo | |
inherit | bool | |
return | object[] |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
return | object[] |
public GetField ( string name ) : |
||
name | string | |
return |
public GetGenericArguments ( ) : System.Type[] | ||
return | System.Type[] |
public GetGenericTypeDefinition ( ) : |
||
return |
public GetInterface ( string name ) : |
||
name | string | |
return |
public GetMembers ( ) : System.Reflection.MemberInfo[] | ||
return | System.Reflection.MemberInfo[] |
public GetMethod ( string name ) : |
||
name | string | |
return |
public GetMethod ( string name, ITypeInfo paramTypes ) : |
||
name | string | |
paramTypes | ITypeInfo | |
return |
public GetProperty ( string name ) : |
||
name | string | |
return |
public IsAssignableFrom ( ITypeInfo typeInfo ) : bool | ||
typeInfo | ITypeInfo | |
return | bool |