C# Class VSNDK.Tasks.BBDeploy

Inheritance: TrackedVCToolTask
Mostra file Open project: blackberry/VSPlugin

Protected Properties

Property Type Description
switchOrderList System.Collections.ArrayList

Private Properties

Property Type Description

Public Methods

Method Description
BBDeploy ( ) : System

BBDeploy Constructor

Decrypt ( string cipher ) : string

Decrypts a given string.

Keep in mind that the decrypted string remains in memory and makes your application vulnerable per se. If runtime protection is essential, SecureString should be used.

Protected Methods

Method Description
GenerateCommandLineCommands ( ) : string

Helper function to generte the command line argument string.

GenerateFullPathToTool ( ) : string

Function to return the full path to the tool.

GenerateResponseFileCommands ( ) : string

Helper function to generate response file string

GetResponseFileSwitch ( string responseFilePath ) : string

Helper function to return Response File Switch

Method Details

BBDeploy() public method

BBDeploy Constructor
public BBDeploy ( ) : System
return System

Decrypt() public method

Decrypts a given string.
Keep in mind that the decrypted string remains in memory and makes your application vulnerable per se. If runtime protection is essential, SecureString should be used.
If /// is a null reference.
public Decrypt ( string cipher ) : string
cipher string A base64 encoded string that was created /// through the or /// extension methods.
return string

GenerateCommandLineCommands() protected method

Helper function to generte the command line argument string.
protected GenerateCommandLineCommands ( ) : string
return string

GenerateFullPathToTool() protected method

Function to return the full path to the tool.
protected GenerateFullPathToTool ( ) : string
return string

GenerateResponseFileCommands() protected method

Helper function to generate response file string
protected GenerateResponseFileCommands ( ) : string
return string

GetResponseFileSwitch() protected method

Helper function to return Response File Switch
protected GetResponseFileSwitch ( string responseFilePath ) : string
responseFilePath string Path to response file.
return string

Property Details

switchOrderList protected_oe property

protected ArrayList,System.Collections switchOrderList
return System.Collections.ArrayList