C# 클래스 VSNDK.Tasks.BBDeploy

상속: TrackedVCToolTask
파일 보기 프로젝트 열기: blackberry/VSPlugin

보호된 프로퍼티들

프로퍼티 타입 설명
switchOrderList System.Collections.ArrayList

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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

메소드 상세

BBDeploy() 공개 메소드

BBDeploy Constructor
public BBDeploy ( ) : System
리턴 System

Decrypt() 공개 메소드

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.
리턴 string

GenerateCommandLineCommands() 보호된 메소드

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

GenerateFullPathToTool() 보호된 메소드

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

GenerateResponseFileCommands() 보호된 메소드

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

GetResponseFileSwitch() 보호된 메소드

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

프로퍼티 상세

switchOrderList 보호되어 있는 프로퍼티

protected ArrayList,System.Collections switchOrderList
리턴 System.Collections.ArrayList