CodeBase | System.Reflection.Assembly | |
CreateInstance(string typeName) | System.Reflection.Assembly | inline |
CreateInstance(string typeName, bool ignoreCase) | System.Reflection.Assembly | inline |
CreateInstance(string typeName, bool ignoreCase, BindingFlags bindingAttr, Binder? binder, object[]? args, CultureInfo? culture, object[]? activationAttributes) | System.Reflection.Assembly | inlinevirtual |
CreateQualifiedName(string? assemblyName, string? typeName) | System.Reflection.Assembly | inlinestatic |
CustomAttributes | System.Reflection.Assembly | |
DefinedTypes | System.Reflection.Assembly | |
EntryPoint | System.Reflection.Assembly | |
Equals(object? o) | System.Reflection.Assembly | inline |
EscapedCodeBase | System.Reflection.Assembly | |
ExportedTypes | System.Reflection.Assembly | |
FullName | System.Reflection.Assembly | |
GetAssembly(Type type) | System.Reflection.Assembly | inlinestatic |
GetAssemblyCount() | System.Reflection.Assembly | package |
GetCallingAssembly() | System.Reflection.Assembly | inlinestatic |
GetCustomAttributes(bool inherit) | System.Reflection.Assembly | inlinevirtual |
GetCustomAttributes(Type attributeType, bool inherit) | System.Reflection.Assembly | inlinevirtual |
GetCustomAttributesData() | System.Reflection.Assembly | inlinevirtual |
GetEntryAssembly() | System.Reflection.Assembly | inlinestatic |
GetEntryAssemblyInternal() | System.Reflection.Assembly | inlineprivatestatic |
GetEntryAssemblyNative(ObjectHandleOnStack retAssembly) | System.Reflection.Assembly | private |
GetExecutingAssembly(ref StackCrawlMark stackMark) | System.Reflection.Assembly | inlinepackagestatic |
GetExecutingAssembly() | System.Reflection.Assembly | inlinestatic |
GetExecutingAssemblyNative(StackCrawlMarkHandle stackMark, ObjectHandleOnStack retAssembly) | System.Reflection.Assembly | private |
GetExportedTypes() | System.Reflection.Assembly | inlinevirtual |
GetFile(string name) | System.Reflection.Assembly | inlinevirtual |
GetFiles() | System.Reflection.Assembly | inlinevirtual |
GetFiles(bool getResourceModules) | System.Reflection.Assembly | inlinevirtual |
GetForwardedTypes() | System.Reflection.Assembly | inlinevirtual |
GetHashCode() | System.Reflection.Assembly | inline |
GetLoadedModules() | System.Reflection.Assembly | inline |
GetLoadedModules(bool getResourceModules) | System.Reflection.Assembly | inlinevirtual |
GetManifestResourceInfo(string resourceName) | System.Reflection.Assembly | inlinevirtual |
GetManifestResourceNames() | System.Reflection.Assembly | inlinevirtual |
GetManifestResourceStream(string name) | System.Reflection.Assembly | inlinevirtual |
GetManifestResourceStream(Type type, string name) | System.Reflection.Assembly | inlinevirtual |
GetModule(string name) | System.Reflection.Assembly | inlinevirtual |
GetModules() | System.Reflection.Assembly | inline |
GetModules(bool getResourceModules) | System.Reflection.Assembly | inlinevirtual |
GetName() | System.Reflection.Assembly | inlinevirtual |
GetName(bool copiedName) | System.Reflection.Assembly | inlinevirtual |
GetObjectData(SerializationInfo info, StreamingContext context) | System.Reflection.Assembly | inlinevirtual |
GetReferencedAssemblies() | System.Reflection.Assembly | inlinevirtual |
GetSatelliteAssembly(CultureInfo culture) | System.Reflection.Assembly | inlinevirtual |
GetSatelliteAssembly(CultureInfo culture, Version? version) | System.Reflection.Assembly | inlinevirtual |
GetType(string name) | System.Reflection.Assembly | inlinevirtual |
GetType(string name, bool throwOnError) | System.Reflection.Assembly | inlinevirtual |
GetType(string name, bool throwOnError, bool ignoreCase) | System.Reflection.Assembly | inlinevirtual |
GetTypes() | System.Reflection.Assembly | inlinevirtual |
GlobalAssemblyCache | System.Reflection.Assembly | |
HostContext | System.Reflection.Assembly | |
ImageRuntimeVersion | System.Reflection.Assembly | |
IsCollectible | System.Reflection.Assembly | |
IsDefined(Type attributeType, bool inherit) | System.Reflection.Assembly | inlinevirtual |
IsDynamic | System.Reflection.Assembly | |
IsFullyTrusted | System.Reflection.Assembly | |
IsRuntimeImplemented() | System.Reflection.Assembly | inlinepackage |
Load(string assemblyString) | System.Reflection.Assembly | inlinestatic |
Load(AssemblyName assemblyRef) | System.Reflection.Assembly | inlinestatic |
Load(byte[] rawAssembly) | System.Reflection.Assembly | inlinestatic |
Load(byte[] rawAssembly, byte[]? rawSymbolStore) | System.Reflection.Assembly | inlinestatic |
LoadFile(string path) | System.Reflection.Assembly | inlinestatic |
LoadFrom(string assemblyFile) | System.Reflection.Assembly | inlinestatic |
LoadFrom(string assemblyFile, byte[]? hashValue, AssemblyHashAlgorithm hashAlgorithm) | System.Reflection.Assembly | inlinestatic |
LoadFromResolveHandler(object sender, ResolveEventArgs args) | System.Reflection.Assembly | inlineprivatestatic |
LoadModule(string moduleName, byte[]? rawModule) | System.Reflection.Assembly | inline |
LoadModule(string moduleName, byte[]? rawModule, byte[]? rawSymbolStore) | System.Reflection.Assembly | inlinevirtual |
LoadWithPartialName(string partialName) | System.Reflection.Assembly | inlinestatic |
Location | System.Reflection.Assembly | |
ManifestModule | System.Reflection.Assembly | |
ModuleResolve | System.Reflection.Assembly | |
Modules | System.Reflection.Assembly | |
operator!=(Assembly? left, Assembly? right) | System.Reflection.Assembly | inlinestatic |
operator==(Assembly? left, Assembly? right) | System.Reflection.Assembly | inlinestatic |
ReflectionOnly | System.Reflection.Assembly | |
ReflectionOnlyLoad(byte[] rawAssembly) | System.Reflection.Assembly | inlinestatic |
ReflectionOnlyLoad(string assemblyString) | System.Reflection.Assembly | inlinestatic |
ReflectionOnlyLoadFrom(string assemblyFile) | System.Reflection.Assembly | inlinestatic |
s_cachedSerializationSwitch | System.Reflection.Assembly | privatestatic |
s_forceNullEntryPoint | System.Reflection.Assembly | privatestatic |
s_loadfile | System.Reflection.Assembly | privatestatic |
s_loadFromAssemblyList | System.Reflection.Assembly | privatestatic |
s_loadFromHandlerSet | System.Reflection.Assembly | privatestatic |
SecurityRuleSet | System.Reflection.Assembly | |
ToString() | System.Reflection.Assembly | inline |
UnsafeLoadFrom(string assemblyFile) | System.Reflection.Assembly | inlinestatic |