Assembly
Assembly()
CodeBase
CustomAttributes
DefinedTypes
EntryPoint
EscapedCodeBase
Evidence
ExportedTypes
FullName
GlobalAssemblyCache
HostContext
ImageRuntimeVersion
IsCollectible
IsDynamic
IsFullyTrusted
Location
ManifestModule
Modules
PermissionSet
ReflectionOnly
SecurityRuleSet
CreateInstance(String)
CreateInstance(String, Boolean)
CreateInstance(String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[])
CreateQualifiedName(String, String)
Equals(Object)
GetAssembly(Type)
GetCallingAssembly()
GetCustomAttributes(Boolean)
GetCustomAttributes(Type, Boolean)
GetCustomAttributesData()
GetEntryAssembly()
GetExecutingAssembly()
GetExportedTypes()
GetFile(String)
GetFiles()
GetFiles(Boolean)
GetForwardedTypes()
GetHashCode()
GetLoadedModules()
GetLoadedModules(Boolean)
GetManifestResourceInfo(String)
GetManifestResourceNames()
GetManifestResourceStream(String)
GetManifestResourceStream(Type, String)
GetModule(String)
GetModules()
GetModules(Boolean)
GetName()
GetName(Boolean)
GetObjectData(SerializationInfo, StreamingContext)
GetReferencedAssemblies()
GetSatelliteAssembly(CultureInfo)
GetSatelliteAssembly(CultureInfo, Version)
GetType()
GetType(String)
GetType(String, Boolean)
GetType(String, Boolean, Boolean)
GetTypes()
IsDefined(Type, Boolean)
Load(AssemblyName)
Load(Byte[])
Load(String)
Load(AssemblyName, Evidence)
Load(Byte[], Byte[])
Load(String, Evidence)
Load(Byte[], Byte[], Evidence)
Load(Byte[], Byte[], SecurityContextSource)
LoadFile(String)
LoadFile(String, Evidence)
LoadFrom(String)
LoadFrom(String, Evidence)
LoadFrom(String, Byte[], AssemblyHashAlgorithm)
LoadFrom(String, Evidence, Byte[], AssemblyHashAlgorithm)
LoadModule(String, Byte[])
LoadModule(String, Byte[], Byte[])
LoadWithPartialName(String)
LoadWithPartialName(String, Evidence)
ReflectionOnlyLoad(Byte[])
ReflectionOnlyLoad(String)
ReflectionOnlyLoadFrom(String)
SetEntryAssembly(Assembly)
ToString()
UnsafeLoadFrom(String)
operator !=(Assembly, Assembly)
operator ==(Assembly, Assembly)
ModuleResolve
GetCustomAttribute(Assembly, Type)
GetCustomAttribute<T>(Assembly)
GetCustomAttributes(Assembly)
GetCustomAttributes(Assembly, Type)
GetCustomAttributes<T>(Assembly)
GetExportedTypes(Assembly)
GetModules(Assembly)
GetTypes(Assembly)
IsDefined(Assembly, Type)
TryGetRawMetadata(Assembly, Byte*, Int32)
netcoreapp3.1
namespace System.Reflection
{
public abstract class Assembly : ICustomAttributeProvider, ISerializable
{
public Module![]! GetLoadedModules();
}
}
nuget.org | 0.1 %
Reference this API |
---|---|
Upgrade Planner | 0.1 %
Reference this API |
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 1.01.12.03.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to netcoreapp3.1 | |
Assembly | System.Runtime , Version=4.2.2.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API