C# Класс System.Reflection.MonoGenericClass

Наследование: Type
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetConstructor ConstructorInfo
GetConstructorsFromGTD System.Reflection.ConstructorInfo[]
GetConstructorsFromGTDWithHint System.Reflection.ConstructorInfo[]
GetConstructorsInternal System.Reflection.ConstructorInfo[]
GetEventsFromGTD System.Reflection.EventInfo[]
GetEventsInternal System.Reflection.EventInfo[]
GetField FieldInfo
GetFieldsFromGTD System.Reflection.FieldInfo[]
GetFieldsInternal System.Reflection.FieldInfo[]
GetInterfacesFromGTD Type[]
GetInterfacesInternal Type[]
GetMethod MethodInfo
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 ) : EventInfo
GetEvents ( BindingFlags bf ) : System.Reflection.EventInfo[]
GetField ( string name, BindingFlags bindingAttr ) : FieldInfo
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, Binder binder, object target, object args, ParameterModifier modifiers, CultureInfo culture, string namedParameters ) : object
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, Binder binder, CallingConventions callConvention, Type types, ParameterModifier modifiers ) : ConstructorInfo
GetMethodImpl ( string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type types, ParameterModifier modifiers ) : MethodInfo
GetPropertyImpl ( string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type types, ParameterModifier modifiers ) : PropertyInfo
HasElementTypeImpl ( ) : bool
IsArrayImpl ( ) : bool
IsByRefImpl ( ) : bool
IsCOMObjectImpl ( ) : bool
IsPointerImpl ( ) : bool
IsPrimitiveImpl ( ) : bool
IsValueTypeImpl ( ) : bool

Приватные методы

Метод Описание
GetConstructor ( ConstructorInfo fromNoninstanciated ) : ConstructorInfo
GetConstructorsFromGTD ( BindingFlags flags ) : System.Reflection.ConstructorInfo[]
GetConstructorsFromGTDWithHint ( BindingFlags hint ) : System.Reflection.ConstructorInfo[]
GetConstructorsInternal ( BindingFlags bf, MonoGenericClass reftype ) : System.Reflection.ConstructorInfo[]
GetEventsFromGTD ( BindingFlags flags ) : System.Reflection.EventInfo[]
GetEventsInternal ( BindingFlags bf, MonoGenericClass reftype ) : System.Reflection.EventInfo[]
GetField ( FieldInfo fromNoninstanciated ) : FieldInfo
GetFieldsFromGTD ( BindingFlags bf ) : System.Reflection.FieldInfo[]
GetFieldsInternal ( BindingFlags bf, MonoGenericClass reftype ) : System.Reflection.FieldInfo[]
GetInterfacesFromGTD ( ) : Type[]
GetInterfacesInternal ( ) : Type[]
GetMethod ( MethodInfo fromNoninstanciated ) : MethodInfo
GetMethodsFromGTDWithHint ( BindingFlags hint ) : System.Reflection.MethodInfo[]
GetMethodsInternal ( BindingFlags bf, MonoGenericClass reftype ) : System.Reflection.MethodInfo[]
GetParentType ( ) : Type
GetPropertiesInternal ( BindingFlags bf, MonoGenericClass reftype ) : System.Reflection.PropertyInfo[]
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 ( MethodInfo methods, ConstructorInfo ctors, FieldInfo fields, PropertyInfo properties, EventInfo events ) : void
register_with_runtime ( Type type ) : void

Описание методов

GetAttributeFlagsImpl() защищенный Метод

protected GetAttributeFlagsImpl ( ) : TypeAttributes
Результат TypeAttributes

GetConstructorImpl() защищенный Метод

protected GetConstructorImpl ( BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type types, ParameterModifier modifiers ) : ConstructorInfo
bindingAttr BindingFlags
binder Binder
callConvention CallingConventions
types Type
modifiers ParameterModifier
Результат ConstructorInfo

GetConstructors() публичный Метод

public GetConstructors ( BindingFlags bf ) : System.Reflection.ConstructorInfo[]
bf BindingFlags
Результат System.Reflection.ConstructorInfo[]

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType Type
inherit bool
Результат object[]

GetCustomAttributes() публичный Метод

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Результат object[]

GetElementType() публичный Метод

public GetElementType ( ) : Type
Результат Type

GetEvent() публичный Метод

public GetEvent ( string name, BindingFlags bindingAttr ) : EventInfo
name string
bindingAttr BindingFlags
Результат EventInfo

GetEvents() публичный Метод

public GetEvents ( BindingFlags bf ) : System.Reflection.EventInfo[]
bf BindingFlags
Результат System.Reflection.EventInfo[]

GetField() публичный Метод

public GetField ( string name, BindingFlags bindingAttr ) : FieldInfo
name string
bindingAttr BindingFlags
Результат FieldInfo

GetFields() публичный Метод

public GetFields ( BindingFlags bf ) : System.Reflection.FieldInfo[]
bf BindingFlags
Результат System.Reflection.FieldInfo[]

GetGenericArguments() публичный Метод

public GetGenericArguments ( ) : Type[]
Результат Type[]

GetGenericTypeDefinition() публичный Метод

public GetGenericTypeDefinition ( ) : Type
Результат Type

GetInterface() публичный Метод

public GetInterface ( string name, bool ignoreCase ) : Type
name string
ignoreCase bool
Результат Type

GetInterfaces() публичный Метод

public GetInterfaces ( ) : Type[]
Результат Type[]

GetMembers() публичный Метод

public GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
bindingAttr BindingFlags
Результат System.Reflection.MemberInfo[]

GetMethodImpl() защищенный Метод

protected GetMethodImpl ( string name, BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type types, ParameterModifier modifiers ) : MethodInfo
name string
bindingAttr BindingFlags
binder Binder
callConvention CallingConventions
types Type
modifiers ParameterModifier
Результат MethodInfo

GetMethods() публичный Метод

public GetMethods ( BindingFlags bf ) : System.Reflection.MethodInfo[]
bf BindingFlags
Результат System.Reflection.MethodInfo[]

GetNestedType() публичный Метод

public GetNestedType ( string name, BindingFlags bindingAttr ) : Type
name string
bindingAttr BindingFlags
Результат Type

GetNestedTypes() публичный Метод

public GetNestedTypes ( BindingFlags bf ) : Type[]
bf BindingFlags
Результат Type[]

GetProperties() публичный Метод

public GetProperties ( BindingFlags bf ) : System.Reflection.PropertyInfo[]
bf BindingFlags
Результат System.Reflection.PropertyInfo[]

GetPropertyImpl() защищенный Метод

protected GetPropertyImpl ( string name, BindingFlags bindingAttr, Binder binder, Type returnType, Type types, ParameterModifier modifiers ) : PropertyInfo
name string
bindingAttr BindingFlags
binder Binder
returnType Type
types Type
modifiers ParameterModifier
Результат PropertyInfo

HasElementTypeImpl() защищенный Метод

protected HasElementTypeImpl ( ) : bool
Результат bool

InvokeMember() публичный Метод

public InvokeMember ( string name, BindingFlags invokeAttr, Binder binder, object target, object args, ParameterModifier modifiers, CultureInfo culture, string namedParameters ) : object
name string
invokeAttr BindingFlags
binder Binder
target object
args object
modifiers ParameterModifier
culture System.Globalization.CultureInfo
namedParameters string
Результат object

IsArrayImpl() защищенный Метод

protected IsArrayImpl ( ) : bool
Результат bool

IsAssignableFrom() публичный Метод

public IsAssignableFrom ( Type c ) : bool
c Type
Результат bool

IsByRefImpl() защищенный Метод

protected IsByRefImpl ( ) : bool
Результат bool

IsCOMObjectImpl() защищенный Метод

protected IsCOMObjectImpl ( ) : bool
Результат bool

IsDefined() публичный Метод

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType Type
inherit bool
Результат bool

IsPointerImpl() защищенный Метод

protected IsPointerImpl ( ) : bool
Результат bool

IsPrimitiveImpl() защищенный Метод

protected IsPrimitiveImpl ( ) : bool
Результат bool

IsValueTypeImpl() защищенный Метод

protected IsValueTypeImpl ( ) : bool
Результат bool

MakeArrayType() публичный Метод

public MakeArrayType ( ) : Type
Результат Type

MakeArrayType() публичный Метод

public MakeArrayType ( int rank ) : Type
rank int
Результат Type

MakeByRefType() публичный Метод

public MakeByRefType ( ) : Type
Результат Type

MakePointerType() публичный Метод

public MakePointerType ( ) : Type
Результат Type

ToString() публичный Метод

public ToString ( ) : string
Результат string