C# Class VSNDK.Tasks.BBDeploy

Inheritance: TrackedVCToolTask
Afficher le fichier Open project: blackberry/VSPlugin

Protected Properties

Свойство Type Description
switchOrderList System.Collections.ArrayList

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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 méthode

BBDeploy Constructor
public BBDeploy ( ) : System
Résultat System

Decrypt() public méthode

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.
Résultat string

GenerateCommandLineCommands() protected méthode

Helper function to generte the command line argument string.
protected GenerateCommandLineCommands ( ) : string
Résultat string

GenerateFullPathToTool() protected méthode

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

GenerateResponseFileCommands() protected méthode

Helper function to generate response file string
protected GenerateResponseFileCommands ( ) : string
Résultat string

GetResponseFileSwitch() protected méthode

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

Property Details

switchOrderList protected_oe property

protected ArrayList,System.Collections switchOrderList
Résultat System.Collections.ArrayList