AssemblyDeployManager.removeAssemblyFromPath(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.
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.