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::LoadFile Method

 

Loads the contents of an assembly file.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticLoadFile(String^)

Loads the contents of an assembly file on the specified path.

System_CAPS_pubmethodSystem_CAPS_staticLoadFile(String^, Evidence^)

Obsolete. Loads an assembly given its path, loading the assembly into the domain of the caller using the supplied evidence.

Return to top
Show:
© 2017 Microsoft