Share via


AssemblyDeployManager.removeAssemblyFromPath(String) Method

Definition

Removes one specific assembly that is marked for deployment to the server from the VSAssemblies folder.

public:
 static void removeAssemblyFromPath(System::String ^ _assemblyPath);
public static void removeAssemblyFromPath (string _assemblyPath);
static member removeAssemblyFromPath : string -> unit
Public Shared Sub removeAssemblyFromPath (_assemblyPath As String)

Parameters

_assemblyPath
String

The Visual Studio Project path where the assembly is stored.

Applies to