Mono Class Library: Overview

System.Reflection.Emit.EnumBuilder: Members

The members of System.Reflection.Emit.EnumBuilder are listed below.

See Also: Inherited members from System.Type

Public Properties

[read-only]
override
AssemblySystem.Reflection.Assembly. 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
DeclaringTypeType. 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
ModuleSystem.Reflection.Module. 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
ReflectedTypeType. Documentation for this section has not yet been entered.
[read-only]
override
TypeHandleRuntimeTypeHandle. Documentation for this section has not yet been entered.
[read-only]
TypeTokenTypeToken. Documentation for this section has not yet been entered.
[read-only]
UnderlyingFieldFieldBuilder. Documentation for this section has not yet been entered.
[read-only]
override
UnderlyingSystemTypeType. Documentation for this section has not yet been entered.

Public Methods

CreateType() : Type
Documentation for this section has not yet been entered.
DefineLiteral(string, object) : FieldBuilder
Documentation for this section has not yet been entered.
override
GetConstructors(System.Reflection.BindingFlags) : System.Reflection.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, System.Reflection.BindingFlags) : System.Reflection.EventInfo
Documentation for this section has not yet been entered.
override
GetEvents() : System.Reflection.EventInfo[]
Documentation for this section has not yet been entered.
override
GetEvents(System.Reflection.BindingFlags) : System.Reflection.EventInfo[]
Documentation for this section has not yet been entered.
override
GetField(string, System.Reflection.BindingFlags) : System.Reflection.FieldInfo
Documentation for this section has not yet been entered.
override
GetFields(System.Reflection.BindingFlags) : System.Reflection.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) : System.Reflection.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, System.Reflection.MemberTypes, System.Reflection.BindingFlags) : System.Reflection.MemberInfo[]
Documentation for this section has not yet been entered.
override
GetMembers(System.Reflection.BindingFlags) : System.Reflection.MemberInfo[]
Documentation for this section has not yet been entered.
override
GetMethods(System.Reflection.BindingFlags) : System.Reflection.MethodInfo[]
Documentation for this section has not yet been entered.
override
GetNestedType(string, System.Reflection.BindingFlags) : Type
Documentation for this section has not yet been entered.
override
GetNestedTypes(System.Reflection.BindingFlags) : Type[]
Documentation for this section has not yet been entered.
override
GetProperties(System.Reflection.BindingFlags) : System.Reflection.PropertyInfo[]
Documentation for this section has not yet been entered.
override
InvokeMember(string, System.Reflection.BindingFlags, System.Reflection.Binder, object, object[], System.Reflection.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.
override
MakeArrayType() : Type
Documentation for this section has not yet been entered.
override
MakeArrayType(int) : Type
Documentation for this section has not yet been entered.
override
MakeByRefType() : Type
Documentation for this section has not yet been entered.
override
MakePointerType() : Type
Documentation for this section has not yet been entered.
SetCustomAttribute(CustomAttributeBuilder)
Documentation for this section has not yet been entered.
SetCustomAttribute(System.Reflection.ConstructorInfo, byte[])
Documentation for this section has not yet been entered.

Protected Methods

override
GetAttributeFlagsImpl() : System.Reflection.TypeAttributes
Documentation for this section has not yet been entered.
override
GetConstructorImpl(System.Reflection.BindingFlags, System.Reflection.Binder, System.Reflection.CallingConventions, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.ConstructorInfo
Documentation for this section has not yet been entered.
override
GetMethodImpl(string, System.Reflection.BindingFlags, System.Reflection.Binder, System.Reflection.CallingConventions, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.MethodInfo
Documentation for this section has not yet been entered.
override
GetPropertyImpl(string, System.Reflection.BindingFlags, System.Reflection.Binder, Type, Type[], System.Reflection.ParameterModifier[]) : System.Reflection.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.

Explicitly Implemented Interface Members

System.Runtime.InteropServices._EnumBuilder.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._EnumBuilder.GetTypeInfoDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._EnumBuilder.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._EnumBuilder.InvokeDocumentation for this section has not yet been entered.