UtilAssemblyRegistrationGACInstallAssembly(String) Method
Installs an assembly in GAC (Global Assembly Cache).
Namespace: DevCase.Core.Diagnostics.AssemblyAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void GACInstallAssembly(
string assemblyPath
)
Public Shared Sub GACInstallAssembly (
assemblyPath As String
)
Dim assemblyPath As String
UtilAssemblyRegistration.GACInstallAssembly(assemblyPath)
public:
static void GACInstallAssembly(
String^ assemblyPath
)
static member GACInstallAssembly :
assemblyPath : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- assemblyPath String
-
The assembly file path.