Deployer.VsDeploy(String, String, Boolean, Boolean) Method

Definition

public:
 virtual System::Collections::IEnumerator ^ VsDeploy(System::String ^ applicationName, System::String ^ assemblyPathName, bool install, bool redeploy);
public System.Collections.IEnumerator VsDeploy (string applicationName, string assemblyPathName, bool install, bool redeploy);
abstract member VsDeploy : string * string * bool * bool -> System.Collections.IEnumerator
override this.VsDeploy : string * string * bool * bool -> System.Collections.IEnumerator
Public Function VsDeploy (applicationName As String, assemblyPathName As String, install As Boolean, redeploy As Boolean) As IEnumerator

Parameters

applicationName
String
assemblyPathName
String
install
Boolean
redeploy
Boolean

Returns

IEnumerator

Implements

Applies to