Mono Class Library: Overview

System.Reflection.Emit.AssemblyBuilder: Method Members

The methods of System.Reflection.Emit.AssemblyBuilder are listed below. For a list of all members, see the AssemblyBuilder Members list.

See Also: Inherited members from System.Reflection.Assembly

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.