Свойство | Type | Description | |
---|---|---|---|
Initialize | void | ||
SetObjectVariables | void | ||
Uninstall | int |
Méthode | Description | |
---|---|---|
Bundle ( ) : System |
Bundle creation forcing variables to be set.
|
|
Bundle ( System bundleid, string name, string version ) : System |
Bundle creation with values being passed in before hand.
|
|
Bundle ( System bundleid, string name, string version, string releasepdb, string path, string filetype, bool selected ) : System |
Creating a bundle without passing package information
|
|
Bundle ( System bundleid, string name, string version, string releasepdb, string path, string filetype, bool selected, ICollection |
Bundle creation for all parameters being passed in.
|
Méthode | Description | |
---|---|---|
Initialize ( System passedbundleid, string name, string version ) : void | ||
SetObjectVariables ( ) : void | ||
Uninstall ( ) : int |
public Bundle ( System bundleid, string name, string version ) : System | ||
bundleid | System | |
name | string | |
version | string | |
Résultat | System |
public Bundle ( System bundleid, string name, string version, string releasepdb, string path, string filetype, bool selected ) : System | ||
bundleid | System | |
name | string | |
version | string | |
releasepdb | string | |
path | string | |
filetype | string | |
selected | bool | |
Résultat | System |
public Bundle ( System bundleid, string name, string version, string releasepdb, string path, string filetype, bool selected, ICollection |
||
bundleid | System | |
name | string | |
version | string | |
releasepdb | string | |
path | string | |
filetype | string | |
selected | bool | |
packages | ICollection |
|
Résultat | System |