CodeBase | System.Reflection.Assembly | |
CreateInstance(string typeName) | System.Reflection.Assembly | |
CreateInstance(string typeName, bool ignoreCase) | System.Reflection.Assembly | |
CreateInstance(string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder binder, object[] args, CultureInfo culture, object[] activationAttributes) | System.Reflection.Assembly | virtual |
CreateQualifiedName(string assemblyName, string typeName) | System.Reflection.Assembly | static |
CustomAttributes | System.Reflection.Assembly | |
DefinedTypes | System.Reflection.Assembly | |
EntryPoint | System.Reflection.Assembly | |
Equals(object o) | System.Reflection.Assembly | |
EscapedCodeBase | System.Reflection.Assembly | |
Evidence | System.Reflection.Assembly | |
ExportedTypes | System.Reflection.Assembly | |
FullName | System.Reflection.Assembly | |
GetAssembly(Type type) | System.Reflection.Assembly | static |
GetCallingAssembly() | System.Reflection.Assembly | static |
GetCustomAttributes(bool inherit) | System.Reflection.Assembly | virtual |
GetCustomAttributes(Type attributeType, bool inherit) | System.Reflection.Assembly | virtual |
GetCustomAttributesData() | System.Reflection.Assembly | virtual |
GetEntryAssembly() | System.Reflection.Assembly | static |
GetExecutingAssembly() | System.Reflection.Assembly | static |
GetExportedTypes() | System.Reflection.Assembly | virtual |
GetFile(string name) | System.Reflection.Assembly | virtual |
GetFiles() | System.Reflection.Assembly | virtual |
GetFiles(bool getResourceModules) | System.Reflection.Assembly | virtual |
GetHashCode() | System.Reflection.Assembly | |
GetLoadedModules() | System.Reflection.Assembly | |
GetLoadedModules(bool getResourceModules) | System.Reflection.Assembly | virtual |
GetManifestResourceInfo(string resourceName) | System.Reflection.Assembly | virtual |
GetManifestResourceNames() | System.Reflection.Assembly | virtual |
GetManifestResourceStream(Type type, string name) | System.Reflection.Assembly | virtual |
GetManifestResourceStream(string name) | System.Reflection.Assembly | virtual |
GetModule(string name) | System.Reflection.Assembly | virtual |
GetModules() | System.Reflection.Assembly | |
GetModules(bool getResourceModules) | System.Reflection.Assembly | virtual |
GetName() | System.Reflection.Assembly | virtual |
GetName(bool copiedName) | System.Reflection.Assembly | virtual |
GetObjectData(SerializationInfo info, StreamingContext context) | System.Reflection.Assembly | virtual |
GetReferencedAssemblies() | System.Reflection.Assembly | virtual |
GetSatelliteAssembly(CultureInfo culture) | System.Reflection.Assembly | virtual |
GetSatelliteAssembly(CultureInfo culture, Version version) | System.Reflection.Assembly | virtual |
GetType(string name) | System.Reflection.Assembly | virtual |
GetType(string name, bool throwOnError) | System.Reflection.Assembly | virtual |
GetType(string name, bool throwOnError, bool ignoreCase) | System.Reflection.Assembly | virtual |
GetTypes() | System.Reflection.Assembly | virtual |
GlobalAssemblyCache | System.Reflection.Assembly | |
HostContext | System.Reflection.Assembly | |
ImageRuntimeVersion | System.Reflection.Assembly | |
IsDefined(Type attributeType, bool inherit) | System.Reflection.Assembly | virtual |
IsDynamic | System.Reflection.Assembly | |
IsFullyTrusted | System.Reflection.Assembly | |
Load(string assemblyString) | System.Reflection.Assembly | static |
Load(string assemblyString, Evidence assemblySecurity) | System.Reflection.Assembly | static |
Load(AssemblyName assemblyRef) | System.Reflection.Assembly | static |
Load(AssemblyName assemblyRef, Evidence assemblySecurity) | System.Reflection.Assembly | static |
Load(byte[] rawAssembly) | System.Reflection.Assembly | static |
Load(byte[] rawAssembly, byte[] rawSymbolStore) | System.Reflection.Assembly | static |
Load(byte[] rawAssembly, byte[] rawSymbolStore, SecurityContextSource securityContextSource) | System.Reflection.Assembly | static |
Load(byte[] rawAssembly, byte[] rawSymbolStore, Evidence securityEvidence) | System.Reflection.Assembly | static |
LoadFile(string path) | System.Reflection.Assembly | static |
LoadFile(string path, Evidence securityEvidence) | System.Reflection.Assembly | static |
LoadFrom(string assemblyFile) | System.Reflection.Assembly | static |
LoadFrom(string assemblyFile, Evidence securityEvidence) | System.Reflection.Assembly | static |
LoadFrom(string assemblyFile, Evidence securityEvidence, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm) | System.Reflection.Assembly | static |
LoadFrom(string assemblyFile, byte[] hashValue, AssemblyHashAlgorithm hashAlgorithm) | System.Reflection.Assembly | static |
LoadModule(string moduleName, byte[] rawModule) | System.Reflection.Assembly | |
LoadModule(string moduleName, byte[] rawModule, byte[] rawSymbolStore) | System.Reflection.Assembly | virtual |
LoadWithPartialName(string partialName) | System.Reflection.Assembly | static |
LoadWithPartialName(string partialName, Evidence securityEvidence) | System.Reflection.Assembly | static |
Location | System.Reflection.Assembly | |
ManifestModule | System.Reflection.Assembly | |
ModuleResolve | System.Reflection.Assembly | |
Modules | System.Reflection.Assembly | |
operator !=(Assembly left, Assembly right) | System.Reflection.Assembly | static |
operator==(Assembly left, Assembly right) | System.Reflection.Assembly | static |
PermissionSet | System.Reflection.Assembly | |
ReflectionOnly | System.Reflection.Assembly | |
ReflectionOnlyLoad(string assemblyString) | System.Reflection.Assembly | static |
ReflectionOnlyLoad(byte[] rawAssembly) | System.Reflection.Assembly | static |
ReflectionOnlyLoadFrom(string assemblyFile) | System.Reflection.Assembly | static |
SecurityRuleSet | System.Reflection.Assembly | |
ToString() | System.Reflection.Assembly | |
UnsafeLoadFrom(string assemblyFile) | System.Reflection.Assembly | static |