Publish.GacInstall(String) Method

Definition

Installs an assembly in the global assembly cache.

public:
 virtual void GacInstall(System::String ^ AssemblyPath);
public void GacInstall (string AssemblyPath);
abstract member GacInstall : string -> unit
override this.GacInstall : string -> unit
Public Sub GacInstall (AssemblyPath As String)

Parameters

AssemblyPath
String

The file system path for the assembly.

Implements

Exceptions

A caller in the call chain does not have permission to access unmanaged code.

Applies to