Assembly +13 -8 ~15
Assembly()
CustomAttributes
DefinedTypes
Evidence
ExportedTypes
GlobalAssemblyCache
HostContext
ImageRuntimeVersion
IsDynamic
IsFullyTrusted
ManifestModule
Modules
ReflectionOnly
SecurityRuleSet
CreateInstance(String, Boolean, BindingFlags, Binder, Object[], CultureInfo, Object[])
GetCustomAttributesData()
GetLoadedModules(Boolean)
GetModule(String)
GetModules(Boolean)
GetReferencedAssemblies()
GetSatelliteAssembly(CultureInfo)
GetSatelliteAssembly(CultureInfo, Version)
GetType(String, Boolean, Boolean)
Load(AssemblyName, Evidence)
Load(String, Evidence)
Load(Byte[], Byte[], Evidence)
LoadFile(String, Evidence)
LoadFrom(String, Evidence)
LoadFrom(String, Byte[], AssemblyHashAlgorithm)
LoadFrom(String, Evidence, Byte[], AssemblyHashAlgorithm)
LoadModule(String, Byte[], Byte[])
LoadWithPartialName(String, Evidence)
UnsafeLoadFrom(String)
operator !=(Assembly, Assembly)
operator ==(Assembly, Assembly)
ModuleResolve
GetCustomAttribute(Assembly, Type)
GetCustomAttribute<T>(Assembly)
GetCustomAttributes(Assembly)
GetCustomAttributes(Assembly, Type)
GetCustomAttributes<T>(Assembly)
IsDefined(Assembly, Type)
net35
namespace System.Reflection
{
[ClassInterface(ClassInterfaceType.None)]
[ComDefaultInterface(typeof(_Assembly))]
[ComVisible(true)]
public class Assembly : ICustomAttributeProvider, _Assembly, ISerializable, IEvidenceFactory
{
public static Assembly Load(byte[] rawAssembly, byte[] rawSymbolStore, Evidence securityEvidence);
}
}
NetFx Compat Lab | 1.8 % 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 net35 | |
Assembly | mscorlib , Version=2.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API