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

 

Loads an assembly from the application directory or from the global assembly cache using a partial name.

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticLoadWithPartialName(String^)

Obsolete. Loads an assembly from the application directory or from the global assembly cache using a partial name.

System_CAPS_pubmethodSystem_CAPS_staticLoadWithPartialName(String^, Evidence^)

Obsolete. Loads an assembly from the application directory or from the global assembly cache using a partial name. The assembly is loaded into the domain of the caller using the supplied evidence.

System_CAPS_importantImportant

The overloads of the Assembly::LoadWithPartialName method are obsolete and have been retained for backward compatibility. The non-obsolete alternative is Assembly::Load(String^).

Return to top
Show:
© 2017 Microsoft