| CreateInstance(string) : objectLocates the specified type from this assembly and creates an instance of it using case-sensitive search. |
| CreateInstance(string, bool) : objectDocumentation for this section has not yet been entered. |
| CreateInstance(string, bool, BindingFlags, Binder, object[], System.Globalization.CultureInfo, object[]) : objectDocumentation for this section has not yet been entered. |
static | CreateQualifiedName(string, string) : stringDocumentation for this section has not yet been entered. |
static | GetAssembly(Type) : AssemblyDocumentation for this section has not yet been entered. |
static | GetCallingAssembly() : AssemblyGives 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() : AssemblyDocumentation for this section has not yet been entered. |
static | GetExecutingAssembly() : AssemblyDocumentation for this section has not yet been entered. |
| GetExportedTypes() : Type[]Documentation for this section has not yet been entered. |
| GetFile(string) : System.IO.FileStreamDocumentation 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) : ManifestResourceInfoDocumentation for this section has not yet been entered. |
| GetManifestResourceNames() : string[]Documentation for this section has not yet been entered. |
| GetManifestResourceStream(string) : System.IO.StreamDocumentation for this section has not yet been entered. |
| GetManifestResourceStream(Type, string) : System.IO.StreamDocumentation for this section has not yet been entered. |
| GetModule(string) : ModuleDocumentation 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() : AssemblyNameDocumentation for this section has not yet been entered. |
| GetName(bool) : AssemblyNameDocumentation 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) : AssemblyDocumentation for this section has not yet been entered. |
| GetSatelliteAssembly(System.Globalization.CultureInfo, Version) : AssemblyDocumentation for this section has not yet been entered. |
| GetType() : TypeDocumentation for this section has not yet been entered. |
| GetType(string) : TypeReturns the Type object with the specified name defined in the
current assembly. |
| GetType(string, bool) : TypeDocumentation for this section has not yet been entered. |
| GetType(string, bool, bool) : TypeDocumentation for this section has not yet been entered. |
| GetTypes() : Type[]Returns the
types defined in the current assembly. |
| IsDefined(Type, bool) : boolDocumentation for this section has not yet been entered. |
static | Load(byte[]) : AssemblyDocumentation for this section has not yet been entered. |
static | Load(AssemblyName) : AssemblyDocumentation for this section has not yet been entered. |
static | Load(string) : Assembly Loads the specified assembly. |
static | Load(byte[], byte[]) : AssemblyDocumentation for this section has not yet been entered. |
static | Load(AssemblyName, System.Security.Policy.Evidence) : AssemblyDocumentation for this section has not yet been entered. |
static | Load(string, System.Security.Policy.Evidence) : AssemblyDocumentation for this section has not yet been entered. |
static | Load(byte[], byte[], System.Security.Policy.Evidence) : AssemblyDocumentation for this section has not yet been entered. |
static | LoadFile(string) : AssemblyDocumentation for this section has not yet been entered. |
static | LoadFile(string, System.Security.Policy.Evidence) : AssemblyDocumentation for this section has not yet been entered. |
static | LoadFrom(string) : AssemblyDocumentation for this section has not yet been entered. |
static | LoadFrom(string, System.Security.Policy.Evidence) : AssemblyDocumentation for this section has not yet been entered. |
static | LoadFrom(string, System.Security.Policy.Evidence, byte[], System.Configuration.Assemblies.AssemblyHashAlgorithm) : AssemblyDocumentation for this section has not yet been entered. |
| LoadModule(string, byte[]) : ModuleDocumentation for this section has not yet been entered. |
| LoadModule(string, byte[], byte[]) : ModuleDocumentation for this section has not yet been entered. |
static | LoadWithPartialName(string) : AssemblyDocumentation for this section has not yet been entered. |
static | LoadWithPartialName(string, System.Security.Policy.Evidence) : AssemblyDocumentation for this section has not yet been entered. |
static | ReflectionOnlyLoad(byte[]) : AssemblyDocumentation for this section has not yet been entered. |
static | ReflectionOnlyLoad(string) : AssemblyDocumentation for this section has not yet been entered. |
static | ReflectionOnlyLoadFrom(string) : AssemblyDocumentation for this section has not yet been entered. |
override | ToString() : string Returns a string representation of the value of the current instance. |