C# Class System.Reflection.MonoGenericClass

Inheritance: Type
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

GetAttributeFlagsImpl() protected méthode

protected GetAttributeFlagsImpl ( ) : TypeAttributes
Résultat TypeAttributes

GetConstructorImpl() protected méthode

protected GetConstructorImpl ( BindingFlags bindingAttr, Binder binder, CallingConventions callConvention, Type types, ParameterModifier modifiers ) : ConstructorInfo
bindingAttr BindingFlags
binder Binder
callConvention CallingConventions
types Type
modifiers ParameterModifier
Résultat ConstructorInfo

GetConstructors() public méthode

public GetConstructors ( BindingFlags bf ) : System.Reflection.ConstructorInfo[]
bf BindingFlags
Résultat System.Reflection.ConstructorInfo[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( Type attributeType, bool inherit ) : object[]
attributeType Type
inherit bool
Résultat object[]

GetCustomAttributes() public méthode

public GetCustomAttributes ( bool inherit ) : object[]
inherit bool
Résultat object[]

GetElementType() public méthode

public GetElementType ( ) : Type
Résultat Type

GetEvent() public méthode

public GetEvent ( string name, BindingFlags bindingAttr ) : EventInfo
name string
bindingAttr BindingFlags
Résultat EventInfo

GetEvents() public méthode

public GetEvents ( BindingFlags bf ) : System.Reflection.EventInfo[]
bf BindingFlags
Résultat System.Reflection.EventInfo[]

GetField() public méthode

public GetField ( string name, BindingFlags bindingAttr ) : FieldInfo
name string
bindingAttr BindingFlags
Résultat FieldInfo

GetFields() public méthode

public GetFields ( BindingFlags bf ) : System.Reflection.FieldInfo[]
bf BindingFlags
Résultat System.Reflection.FieldInfo[]

GetGenericArguments() public méthode

public GetGenericArguments ( ) : Type[]
Résultat Type[]

GetGenericTypeDefinition() public méthode

public GetGenericTypeDefinition ( ) : Type
Résultat Type

GetInterface() public méthode

public GetInterface ( string name, bool ignoreCase ) : Type
name string
ignoreCase bool
Résultat Type

GetInterfaces() public méthode

public GetInterfaces ( ) : Type[]
Résultat Type[]

GetMembers() public méthode

public GetMembers ( BindingFlags bindingAttr ) : System.Reflection.MemberInfo[]
bindingAttr BindingFlags
Résultat System.Reflection.MemberInfo[]

GetMethodImpl() protected méthode

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
Résultat MethodInfo

GetMethods() public méthode

public GetMethods ( BindingFlags bf ) : System.Reflection.MethodInfo[]
bf BindingFlags
Résultat System.Reflection.MethodInfo[]

GetNestedType() public méthode

public GetNestedType ( string name, BindingFlags bindingAttr ) : Type
name string
bindingAttr BindingFlags
Résultat Type

GetNestedTypes() public méthode

public GetNestedTypes ( BindingFlags bf ) : Type[]
bf BindingFlags
Résultat Type[]

GetProperties() public méthode

public GetProperties ( BindingFlags bf ) : System.Reflection.PropertyInfo[]
bf BindingFlags
Résultat System.Reflection.PropertyInfo[]

GetPropertyImpl() protected méthode

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
Résultat PropertyInfo

HasElementTypeImpl() protected méthode

protected HasElementTypeImpl ( ) : bool
Résultat bool

InvokeMember() public méthode

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
Résultat object

IsArrayImpl() protected méthode

protected IsArrayImpl ( ) : bool
Résultat bool

IsAssignableFrom() public méthode

public IsAssignableFrom ( Type c ) : bool
c Type
Résultat bool

IsByRefImpl() protected méthode

protected IsByRefImpl ( ) : bool
Résultat bool

IsCOMObjectImpl() protected méthode

protected IsCOMObjectImpl ( ) : bool
Résultat bool

IsDefined() public méthode

public IsDefined ( Type attributeType, bool inherit ) : bool
attributeType Type
inherit bool
Résultat bool

IsPointerImpl() protected méthode

protected IsPointerImpl ( ) : bool
Résultat bool

IsPrimitiveImpl() protected méthode

protected IsPrimitiveImpl ( ) : bool
Résultat bool

IsValueTypeImpl() protected méthode

protected IsValueTypeImpl ( ) : bool
Résultat bool

MakeArrayType() public méthode

public MakeArrayType ( ) : Type
Résultat Type

MakeArrayType() public méthode

public MakeArrayType ( int rank ) : Type
rank int
Résultat Type

MakeByRefType() public méthode

public MakeByRefType ( ) : Type
Résultat Type

MakePointerType() public méthode

public MakePointerType ( ) : Type
Résultat Type

ToString() public méthode

public ToString ( ) : string
Résultat string