Assembly::ReflectionOnlyLoad Method
.NET Framework (current version)
Loads an assembly into the reflection-only context, where it can be examined but not executed.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ReflectionOnlyLoad(array<Byte>^) | Loads the assembly from a common object file format (COFF)-based image containing an emitted assembly. The assembly is loaded into the reflection-only context of the caller's application domain. |
![]() ![]() | ReflectionOnlyLoad(String^) | Loads an assembly into the reflection-only context, given its display name. |
Show:

