Deployer.VsDeploy(String, String, Boolean, Boolean) 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.
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