CLRInterop.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.
public:
static void loadAssembly(System::String ^ _clrAssemblyName);
public static void loadAssembly (string _clrAssemblyName);
static member loadAssembly : string -> unit
Public Shared Sub loadAssembly (_clrAssemblyName As String)
Parameters
- _clrAssemblyName
- String