Property | Type | Description | |
---|---|---|---|
switchOrderList |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
BBSigner ( ) : System |
BBSigner Constructor Fuction
|
|
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. |
Method | Description | |
---|---|---|
GenerateCommandLineCommands ( ) : string |
Return the command line argument string Note: pass the response file to command line commands
|
|
GenerateResponseFileCommands ( ) : string |
Return the Response File Commands string.
|
|
GetResponseFileSwitch ( string responseFilePath ) : string |
Return the GetResposeFile Switch Note: don't use response file for msbuild because it is removed before qcc to run GCC compiler
|
public Decrypt ( string cipher ) : string | ||
cipher | string | A base64 encoded string that was created
/// through the |
return | string |
protected GenerateCommandLineCommands ( ) : string | ||
return | string |
protected GenerateResponseFileCommands ( ) : string | ||
return | string |
protected GetResponseFileSwitch ( string responseFilePath ) : string | ||
responseFilePath | string | |
return | string |