Свойство | Тип | Описание | |
---|---|---|---|
GetConstructor | |||
GetConstructorsFromGTD | System.Reflection.ConstructorInfo[] | ||
GetConstructorsFromGTDWithHint | System.Reflection.ConstructorInfo[] | ||
GetConstructorsInternal | System.Reflection.ConstructorInfo[] | ||
GetEventsFromGTD | System.Reflection.EventInfo[] | ||
GetEventsInternal | System.Reflection.EventInfo[] | ||
GetField | |||
GetFieldsFromGTD | System.Reflection.FieldInfo[] | ||
GetFieldsInternal | System.Reflection.FieldInfo[] | ||
GetInterfacesFromGTD | Type[] | ||
GetInterfacesInternal | Type[] | ||
GetMethod | |||
GetMethodsFromGTDWithHint | System.Reflection.MethodInfo[] | ||
GetMethodsInternal | System.Reflection.MethodInfo[] | ||
GetParentType | Type | ||
GetPropertiesInternal | System.Reflection.PropertyInfo[] | ||
GetPropertiesInternal | System.Reflection.PropertyInfo[] | ||
InflateType | Type | ||
InflateType | Type | ||
InflateType | Type | ||
InternalResolve | Type | ||
MonoGenericClass | System.Reflection | ||
MonoGenericClass | System.Reflection | ||
PeelType | Type | ||
format_name | string | ||
initialize | void | ||
initialize | void | ||
register_with_runtime | void |
Метод | Описание | |
---|---|---|
GetConstructors ( BindingFlags bf ) : System.Reflection.ConstructorInfo[] | ||
GetCustomAttributes ( Type attributeType, bool inherit ) : object[] | ||
GetCustomAttributes ( bool inherit ) : object[] | ||
GetElementType ( ) : Type | ||
GetEvent ( string name, BindingFlags bindingAttr ) : |
||
GetEvents ( BindingFlags bf ) : System.Reflection.EventInfo[] | ||
GetField ( string name, BindingFlags bindingAttr ) : |
||
GetFields ( BindingFlags bf ) : System.Reflection.FieldInfo[] | ||
GetGenericArguments ( ) : Type[] | ||
GetGenericTypeDefinition ( ) : Type | ||
GetInterface ( string name, bool ignoreCase ) : Type | ||
GetInterfaces ( ) : Type[] | ||
GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[] | ||
GetMethods ( BindingFlags bf ) : System.Reflection.MethodInfo[] | ||
GetNestedType ( string name, BindingFlags bindingAttr ) : Type | ||
GetNestedTypes ( BindingFlags bf ) : Type[] | ||
GetProperties ( BindingFlags bf ) : System.Reflection.PropertyInfo[] | ||
InvokeMember ( string name, BindingFlags invokeAttr, |
||
IsAssignableFrom ( Type c ) : bool | ||
IsDefined ( Type attributeType, bool inherit ) : bool | ||
MakeArrayType ( ) : Type | ||
MakeArrayType ( int rank ) : Type | ||
MakeByRefType ( ) : Type | ||
MakePointerType ( ) : Type | ||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
GetAttributeFlagsImpl ( ) : TypeAttributes | ||
GetConstructorImpl ( BindingFlags bindingAttr, |
||
GetMethodImpl ( string name, BindingFlags bindingAttr, |
||
GetPropertyImpl ( string name, BindingFlags bindingAttr, |
||
HasElementTypeImpl ( ) : bool | ||
IsArrayImpl ( ) : bool | ||
IsByRefImpl ( ) : bool | ||
IsCOMObjectImpl ( ) : bool | ||
IsPointerImpl ( ) : bool | ||
IsPrimitiveImpl ( ) : bool | ||
IsValueTypeImpl ( ) : bool |
Метод | Описание | |
---|---|---|
GetConstructor ( |
||
GetConstructorsFromGTD ( BindingFlags flags ) : System.Reflection.ConstructorInfo[] | ||
GetConstructorsFromGTDWithHint ( BindingFlags hint ) : System.Reflection.ConstructorInfo[] | ||
GetConstructorsInternal ( BindingFlags bf, |
||
GetEventsFromGTD ( BindingFlags flags ) : System.Reflection.EventInfo[] | ||
GetEventsInternal ( BindingFlags bf, |
||
GetField ( |
||
GetFieldsFromGTD ( BindingFlags bf ) : System.Reflection.FieldInfo[] | ||
GetFieldsInternal ( BindingFlags bf, |
||
GetInterfacesFromGTD ( ) : Type[] | ||
GetInterfacesInternal ( ) : Type[] | ||
GetMethod ( |
||
GetMethodsFromGTDWithHint ( BindingFlags hint ) : System.Reflection.MethodInfo[] | ||
GetMethodsInternal ( BindingFlags bf, |
||
GetParentType ( ) : Type | ||
GetPropertiesInternal ( BindingFlags bf, |
||
GetPropertiesInternal ( Type type, BindingFlags bf ) : System.Reflection.PropertyInfo[] | ||
InflateType ( Type type ) : Type | ||
InflateType ( Type type, Type method_args ) : Type | ||
InflateType ( Type type, Type type_args, Type method_args ) : Type | ||
InternalResolve ( ) : Type | ||
MonoGenericClass ( ) : System.Reflection | ||
MonoGenericClass ( Type tb, Type args ) : System.Reflection | ||
PeelType ( Type t ) : Type | ||
format_name ( bool full_name, bool assembly_qualified ) : string | ||
initialize ( ) : void | ||
initialize ( |
||
register_with_runtime ( Type type ) : void |
protected GetAttributeFlagsImpl ( ) : TypeAttributes | ||
Результат | TypeAttributes |
protected GetConstructorImpl ( BindingFlags bindingAttr, |
||
bindingAttr | BindingFlags | |
binder | ||
callConvention | CallingConventions | |
types | Type | |
modifiers | ||
Результат |
public GetConstructors ( BindingFlags bf ) : System.Reflection.ConstructorInfo[] | ||
bf | BindingFlags | |
Результат | System.Reflection.ConstructorInfo[] |
public GetCustomAttributes ( Type attributeType, bool inherit ) : object[] | ||
attributeType | Type | |
inherit | bool | |
Результат | object[] |
public GetCustomAttributes ( bool inherit ) : object[] | ||
inherit | bool | |
Результат | object[] |
public GetEvent ( string name, BindingFlags bindingAttr ) : |
||
name | string | |
bindingAttr | BindingFlags | |
Результат |
public GetEvents ( BindingFlags bf ) : System.Reflection.EventInfo[] | ||
bf | BindingFlags | |
Результат | System.Reflection.EventInfo[] |
public GetField ( string name, BindingFlags bindingAttr ) : |
||
name | string | |
bindingAttr | BindingFlags | |
Результат |
public GetFields ( BindingFlags bf ) : System.Reflection.FieldInfo[] | ||
bf | BindingFlags | |
Результат | System.Reflection.FieldInfo[] |
public GetGenericTypeDefinition ( ) : Type | ||
Результат | Type |
public GetInterface ( string name, bool ignoreCase ) : Type | ||
name | string | |
ignoreCase | bool | |
Результат | Type |
public GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[] | ||
bindingAttr | BindingFlags | |
Результат | System.Reflection.MemberInfo[] |
protected GetMethodImpl ( string name, BindingFlags bindingAttr, |
||
name | string | |
bindingAttr | BindingFlags | |
binder | ||
callConvention | CallingConventions | |
types | Type | |
modifiers | ||
Результат |
public GetMethods ( BindingFlags bf ) : System.Reflection.MethodInfo[] | ||
bf | BindingFlags | |
Результат | System.Reflection.MethodInfo[] |
public GetNestedType ( string name, BindingFlags bindingAttr ) : Type | ||
name | string | |
bindingAttr | BindingFlags | |
Результат | Type |
public GetNestedTypes ( BindingFlags bf ) : Type[] | ||
bf | BindingFlags | |
Результат | Type[] |
public GetProperties ( BindingFlags bf ) : System.Reflection.PropertyInfo[] | ||
bf | BindingFlags | |
Результат | System.Reflection.PropertyInfo[] |
protected GetPropertyImpl ( string name, BindingFlags bindingAttr, |
||
name | string | |
bindingAttr | BindingFlags | |
binder | ||
returnType | Type | |
types | Type | |
modifiers | ||
Результат |
public InvokeMember ( string name, BindingFlags invokeAttr, |
||
name | string | |
invokeAttr | BindingFlags | |
binder | ||
target | object | |
args | object | |
modifiers | ||
culture | ||
namedParameters | string | |
Результат | object |
public IsDefined ( Type attributeType, bool inherit ) : bool | ||
attributeType | Type | |
inherit | bool | |
Результат | bool |