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)
net481
namespace System.Reflection
{
[ClassInterface(ClassInterfaceType.None)]
[ComDefaultInterface(typeof(_Assembly))]
[ComVisible(true)]
public abstract class Assembly : ICustomAttributeProvider, _Assembly, ISerializable, IEvidenceFactory
{
[Obsolete("This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202")]
[SecuritySafeCritical]
public static Assembly LoadWithPartialName(string partialName, Evidence securityEvidence);
}
}
NetFx Compat Lab | 6.6 %
Reference this API |
---|---|
nuget.org | 0.0 %
Reference this API |
Upgrade Planner | 0.0 %
Reference this API |
.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 |
Information specific to net481 | |
Assembly | mscorlib , Version=4.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Obsolete | This method has been deprecated. Please use Assembly.Load() instead. http://go.microsoft.com/fwlink/?linkid=14202 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API