Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Assembly::ReflectionOnlyLoad Method

 

Loads an assembly into the reflection-only context, where it can be examined but not executed.

Namespace:   System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticReflectionOnlyLoad(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.

System_CAPS_pubmethodSystem_CAPS_staticReflectionOnlyLoad(String^)

Loads an assembly into the reflection-only context, given its display name.

Return to top
Show:
© 2017 Microsoft