Mono Class Library: Overview

System.Reflection.Assembly: Members

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

See Also: Inherited members from System.Object

Public Properties

[read-only]
CodeBasestring. Get the absolute path from which the assembly was originally loaded.
[read-only]
EntryPointMethodInfo. Returns a System.Reflection.MethodInfo for the Entry Point in the assembly if it exists.
[read-only]
EscapedCodeBasestring. Documentation for this section has not yet been entered.
[read-only]
EvidenceSystem.Security.Policy.Evidence. Documentation for this section has not yet been entered.
[read-only]
FullNamestring. Gets the full name of the assembly.
[read-only]
GlobalAssemblyCachebool. Gets a boolean value whether the assembly was loaded from the GAC (Global Assembly Cache).
[read-only]
HostContextlong. Documentation for this section has not yet been entered.
[read-only]
ImageRuntimeVersionstring. Get the version of the CLR stored in the assembly.
[read-only]
Locationstring. Returns the location of the loaded assembly if the assembly was loaded from disk. If the assembly was loaded from memory, returns an empty ("") string.
[read-only]
ManifestModuleModule. Documentation for this section has not yet been entered.
[read-only]
ReflectionOnlybool. Documentation for this section has not yet been entered.

Public Methods

CreateInstance(string) : object
Locates the specified type from this assembly and creates an instance of it using case-sensitive search.
CreateInstance(string, bool) : object
Documentation for this section has not yet been entered.
CreateInstance(string, bool, BindingFlags, Binder, object[], System.Globalization.CultureInfo, object[]) : object
Documentation for this section has not yet been entered.
static
CreateQualifiedName(string, string) : string
Documentation for this section has not yet been entered.
static
GetAssembly(Type) : Assembly
Documentation for this section has not yet been entered.
static
GetCallingAssembly() : Assembly
Gives the Assembly of the method which invoked the currently running method.
GetCustomAttributes(bool) : object[]
Documentation for this section has not yet been entered.
GetCustomAttributes(Type, bool) : object[]
Documentation for this section has not yet been entered.
static
GetEntryAssembly() : Assembly
Documentation for this section has not yet been entered.
static
GetExecutingAssembly() : Assembly
Documentation for this section has not yet been entered.
GetExportedTypes() : Type[]
Documentation for this section has not yet been entered.
GetFile(string) : System.IO.FileStream
Documentation for this section has not yet been entered.
GetFiles() : System.IO.FileStream[]
Documentation for this section has not yet been entered.
GetFiles(bool) : System.IO.FileStream[]
Documentation for this section has not yet been entered.
GetLoadedModules() : Module[]
Documentation for this section has not yet been entered.
GetLoadedModules(bool) : Module[]
Documentation for this section has not yet been entered.
GetManifestResourceInfo(string) : ManifestResourceInfo
Documentation for this section has not yet been entered.
GetManifestResourceNames() : string[]
Documentation for this section has not yet been entered.
GetManifestResourceStream(string) : System.IO.Stream
Documentation for this section has not yet been entered.
GetManifestResourceStream(Type, string) : System.IO.Stream
Documentation for this section has not yet been entered.
GetModule(string) : Module
Documentation for this section has not yet been entered.
GetModules() : Module[]
Documentation for this section has not yet been entered.
GetModules(bool) : Module[]
Documentation for this section has not yet been entered.
GetName() : AssemblyName
Documentation for this section has not yet been entered.
GetName(bool) : AssemblyName
Documentation for this section has not yet been entered.
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Documentation for this section has not yet been entered.
GetReferencedAssemblies() : AssemblyName[]
Documentation for this section has not yet been entered.
GetSatelliteAssembly(System.Globalization.CultureInfo) : Assembly
Documentation for this section has not yet been entered.
GetSatelliteAssembly(System.Globalization.CultureInfo, Version) : Assembly
Documentation for this section has not yet been entered.
GetType() : Type
Documentation for this section has not yet been entered.
GetType(string) : Type
Returns the Type object with the specified name defined in the current assembly.
GetType(string, bool) : Type
Documentation for this section has not yet been entered.
GetType(string, bool, bool) : Type
Documentation for this section has not yet been entered.
GetTypes() : Type[]
Returns the types defined in the current assembly.
IsDefined(Type, bool) : bool
Documentation for this section has not yet been entered.
static
Load(byte[]) : Assembly
Documentation for this section has not yet been entered.
static
Load(AssemblyName) : Assembly
Documentation for this section has not yet been entered.
static
Load(string) : Assembly
Loads the specified assembly.
static
Load(byte[], byte[]) : Assembly
Documentation for this section has not yet been entered.
static
Load(AssemblyName, System.Security.Policy.Evidence) : Assembly
Documentation for this section has not yet been entered.
static
Load(string, System.Security.Policy.Evidence) : Assembly
Documentation for this section has not yet been entered.
static
Load(byte[], byte[], System.Security.Policy.Evidence) : Assembly
Documentation for this section has not yet been entered.
static
LoadFile(string) : Assembly
Documentation for this section has not yet been entered.
static
LoadFile(string, System.Security.Policy.Evidence) : Assembly
Documentation for this section has not yet been entered.
static
LoadFrom(string) : Assembly
Documentation for this section has not yet been entered.
static
LoadFrom(string, System.Security.Policy.Evidence) : Assembly
Documentation for this section has not yet been entered.
static
LoadFrom(string, System.Security.Policy.Evidence, byte[], System.Configuration.Assemblies.AssemblyHashAlgorithm) : Assembly
Documentation for this section has not yet been entered.
LoadModule(string, byte[]) : Module
Documentation for this section has not yet been entered.
LoadModule(string, byte[], byte[]) : Module
Documentation for this section has not yet been entered.
static
LoadWithPartialName(string) : Assembly
Documentation for this section has not yet been entered.
static
LoadWithPartialName(string, System.Security.Policy.Evidence) : Assembly
Documentation for this section has not yet been entered.
static
ReflectionOnlyLoad(byte[]) : Assembly
Documentation for this section has not yet been entered.
static
ReflectionOnlyLoad(string) : Assembly
Documentation for this section has not yet been entered.
static
ReflectionOnlyLoadFrom(string) : Assembly
Documentation for this section has not yet been entered.
override
ToString() : string
Returns a string representation of the value of the current instance.

Public Events

ModuleResolveDocumentation for this section has not yet been entered.