This documentation is archived and is not being maintained.
Assembly::ReflectionOnlyLoad Method
Visual Studio 2010
Loads an assembly into the reflection-only context, where it can be examined but not executed.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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: