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: