Mono Class Library: Overview

System.Reflection.Emit.AssemblyBuilder: Members

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

See Also: Inherited members from System.Reflection.Assembly

Public Properties

[read-only]
override
CodeBasestring. Documentation for this section has not yet been entered.
[read-only]
override
EntryPointSystem.Reflection.MethodInfo. Documentation for this section has not yet been entered.
[read-only]
override
ImageRuntimeVersionstring. Documentation for this section has not yet been entered.
[read-only]
override
Locationstring. Documentation for this section has not yet been entered.
[read-only]
override
ReflectionOnlybool. Documentation for this section has not yet been entered.

Public Methods

AddResourceFile(string, string)
Documentation for this section has not yet been entered.
AddResourceFile(string, string, System.Reflection.ResourceAttributes)
Documentation for this section has not yet been entered.
DefineDynamicModule(string) : ModuleBuilder
Documentation for this section has not yet been entered.
DefineDynamicModule(string, bool) : ModuleBuilder
Documentation for this section has not yet been entered.
DefineDynamicModule(string, string) : ModuleBuilder
Documentation for this section has not yet been entered.
DefineDynamicModule(string, string, bool) : ModuleBuilder
Documentation for this section has not yet been entered.
DefineResource(string, string, string) : System.Resources.IResourceWriter
Documentation for this section has not yet been entered.
DefineResource(string, string, string, System.Reflection.ResourceAttributes) : System.Resources.IResourceWriter
Documentation for this section has not yet been entered.
DefineUnmanagedResource(byte[])
Documentation for this section has not yet been entered.
DefineUnmanagedResource(string)
Documentation for this section has not yet been entered.
DefineVersionInfoResource()
Documentation for this section has not yet been entered.
DefineVersionInfoResource(string, string, string, string, string)
Documentation for this section has not yet been entered.
GetDynamicModule(string) : ModuleBuilder
Documentation for this section has not yet been entered.
override
GetExportedTypes() : Type[]
Documentation for this section has not yet been entered.
override
GetFile(string) : System.IO.FileStream
Documentation for this section has not yet been entered.
override
GetFiles(bool) : System.IO.FileStream[]
Documentation for this section has not yet been entered.
override
GetManifestResourceInfo(string) : System.Reflection.ManifestResourceInfo
Documentation for this section has not yet been entered.
override
GetManifestResourceNames() : string[]
Documentation for this section has not yet been entered.
override
GetManifestResourceStream(string) : System.IO.Stream
Documentation for this section has not yet been entered.
override
GetManifestResourceStream(Type, string) : System.IO.Stream
Documentation for this section has not yet been entered.
Save(string)
Documentation for this section has not yet been entered.
Save(string, System.Reflection.PortableExecutableKinds, System.Reflection.ImageFileMachine)
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.
SetEntryPoint(System.Reflection.MethodInfo)
Documentation for this section has not yet been entered.
SetEntryPoint(System.Reflection.MethodInfo, PEFileKinds)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

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