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

 

Loads an assembly.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticLoadFrom(String^)

Loads an assembly given its file name or path.

System_CAPS_pubmethodSystem_CAPS_staticLoadFrom(String^, array<Byte>^, AssemblyHashAlgorithm)

Loads an assembly given its file name or path, hash value, and hash algorithm.

System_CAPS_pubmethodSystem_CAPS_staticLoadFrom(String^, Evidence^)

Obsolete. Loads an assembly given its file name or path and supplying security evidence.

System_CAPS_pubmethodSystem_CAPS_staticLoadFrom(String^, Evidence^, array<Byte>^, AssemblyHashAlgorithm)

Obsolete. Loads an assembly given its file name or path, security evidence, hash value, and hash algorithm.

Return to top
Show:
© 2017 Microsoft