IVsWebMigration::LoadAssembly Method (String^)

 

Loads the specified assembly.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

int LoadAssembly(
	String^ bstrFilePath
)

Parameters

bstrFilePath
Type: System::String^

The assembly file path.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: