Mono Class Library: Overview

System.Reflection.TypeDelegator: Members

The members of System.Reflection.TypeDelegator are listed below.

See Also: Inherited members from System.Type

Public Constructors

Documentation for this section has not yet been entered.

Protected Constructors

Documentation for this section has not yet been entered.

Protected Fields

typeImplType. Documentation for this section has not yet been entered.

Public Properties

[read-only]
override
AssemblyAssembly. Documentation for this section has not yet been entered.
[read-only]
override
AssemblyQualifiedNamestring. Documentation for this section has not yet been entered.
[read-only]
override
BaseTypeType. Documentation for this section has not yet been entered.
[read-only]
override
FullNamestring. Documentation for this section has not yet been entered.
[read-only]
override
GUIDGuid. Documentation for this section has not yet been entered.
[read-only]
override
MetadataTokenint. Documentation for this section has not yet been entered.
[read-only]
override
ModuleModule. Documentation for this section has not yet been entered.
[read-only]
override
Namestring. Documentation for this section has not yet been entered.
[read-only]
override
Namespacestring. Documentation for this section has not yet been entered.
[read-only]
override
TypeHandleRuntimeTypeHandle. Documentation for this section has not yet been entered.
[read-only]
override
UnderlyingSystemTypeType. Documentation for this section has not yet been entered.

Public Methods

override
GetConstructors(BindingFlags) : ConstructorInfo[]
Documentation for this section has not yet been entered.
override
GetCustomAttributes(bool) : object[]
Documentation for this section has not yet been entered.
override
GetCustomAttributes(Type, bool) : object[]
Documentation for this section has not yet been entered.
override
GetElementType() : Type
Documentation for this section has not yet been entered.
override
GetEvent(string, BindingFlags) : EventInfo
Documentation for this section has not yet been entered.
override
GetEvents() : EventInfo[]
Documentation for this section has not yet been entered.
override
GetEvents(BindingFlags) : EventInfo[]
Documentation for this section has not yet been entered.
override
GetField(string, BindingFlags) : FieldInfo
Documentation for this section has not yet been entered.
override
GetFields(BindingFlags) : FieldInfo[]
Documentation for this section has not yet been entered.
override
GetInterface(string, bool) : Type
Documentation for this section has not yet been entered.
override
GetInterfaceMap(Type) : InterfaceMapping
Documentation for this section has not yet been entered.
override
GetInterfaces() : Type[]
Documentation for this section has not yet been entered.
override
GetMember(string, MemberTypes, BindingFlags) : MemberInfo[]
Documentation for this section has not yet been entered.
override
GetMembers(BindingFlags) : MemberInfo[]
Documentation for this section has not yet been entered.
override
GetMethods(BindingFlags) : MethodInfo[]
Documentation for this section has not yet been entered.
override
GetNestedType(string, BindingFlags) : Type
Documentation for this section has not yet been entered.
override
GetNestedTypes(BindingFlags) : Type[]
Documentation for this section has not yet been entered.
override
GetProperties(BindingFlags) : PropertyInfo[]
Documentation for this section has not yet been entered.
override
InvokeMember(string, BindingFlags, Binder, object, object[], ParameterModifier[], System.Globalization.CultureInfo, string[]) : object
Documentation for this section has not yet been entered.
override
IsDefined(Type, bool) : bool
Documentation for this section has not yet been entered.

Protected Methods

override
GetAttributeFlagsImpl() : TypeAttributes
Documentation for this section has not yet been entered.
override
GetConstructorImpl(BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) : ConstructorInfo
Documentation for this section has not yet been entered.
override
GetMethodImpl(string, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) : MethodInfo
Documentation for this section has not yet been entered.
override
GetPropertyImpl(string, BindingFlags, Binder, Type, Type[], ParameterModifier[]) : PropertyInfo
Documentation for this section has not yet been entered.
override
HasElementTypeImpl() : bool
Documentation for this section has not yet been entered.
override
IsArrayImpl() : bool
Documentation for this section has not yet been entered.
override
IsByRefImpl() : bool
Documentation for this section has not yet been entered.
override
IsCOMObjectImpl() : bool
Documentation for this section has not yet been entered.
override
IsPointerImpl() : bool
Documentation for this section has not yet been entered.
override
IsPrimitiveImpl() : bool
Documentation for this section has not yet been entered.
override
IsValueTypeImpl() : bool
Documentation for this section has not yet been entered.