IVsWebMigration.LoadAssembly(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Loads the specified assembly.
public:
int LoadAssembly(System::String ^ bstrFilePath);
public:
int LoadAssembly(Platform::String ^ bstrFilePath);
int LoadAssembly(std::wstring const & bstrFilePath);
public int LoadAssembly (string bstrFilePath);
abstract member LoadAssembly : string -> int
Public Function LoadAssembly (bstrFilePath As String) As Integer
Parameters
- bstrFilePath
- String
The assembly file path.
Returns
The HRESULT.