Assembly.ReflectionOnlyLoad Method
.NET Framework 3.0
Loads an assembly into the reflection-only context, where it can be examined but not executed.
| Name | Description |
|---|---|
| Assembly.ReflectionOnlyLoad (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. |
| Assembly.ReflectionOnlyLoad (String) | Loads an assembly into the reflection-only context, given its display name. |