Mono Class Library: Overview

System.Reflection.Emit.ConstructorBuilder: Members

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

See Also: Inherited members from System.Reflection.ConstructorInfo

Public Properties

[read-only]
override
AttributesSystem.Reflection.MethodAttributes. Documentation for this section has not yet been entered.
[read-only]
override
CallingConventionSystem.Reflection.CallingConventions. Documentation for this section has not yet been entered.
[read-only]
override
DeclaringTypeType. Documentation for this section has not yet been entered.
InitLocalsbool. Documentation for this section has not yet been entered.
[read-only]
override
MethodHandleRuntimeMethodHandle. 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
ReflectedTypeType. Documentation for this section has not yet been entered.
[read-only]
ReturnTypeType. Documentation for this section has not yet been entered.
[read-only]
Signaturestring. Documentation for this section has not yet been entered.

Public Methods

AddDeclarativeSecurity(System.Security.Permissions.SecurityAction, System.Security.PermissionSet)
Documentation for this section has not yet been entered.
DefineParameter(int, System.Reflection.ParameterAttributes, string) : ParameterBuilder
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.
GetILGenerator() : ILGenerator
Documentation for this section has not yet been entered.
GetILGenerator(int) : ILGenerator
Documentation for this section has not yet been entered.
override
GetMethodImplementationFlags() : System.Reflection.MethodImplAttributes
Documentation for this section has not yet been entered.
GetModule() : System.Reflection.Module
Documentation for this section has not yet been entered.
override
GetParameters() : System.Reflection.ParameterInfo[]
Documentation for this section has not yet been entered.
GetToken() : MethodToken
Documentation for this section has not yet been entered.
override
Invoke(System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo) : object
Documentation for this section has not yet been entered.
override
Invoke(object, System.Reflection.BindingFlags, System.Reflection.Binder, object[], System.Globalization.CultureInfo) : object
Documentation for this section has not yet been entered.
override
IsDefined(Type, bool) : bool
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.
SetImplementationFlags(System.Reflection.MethodImplAttributes)
Documentation for this section has not yet been entered.
SetSymCustomAttribute(string, byte[])
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

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