Метод | Описание | |
---|---|---|
AddModDescriptor ( ) : System |
The default constructor.
|
|
AddModDescriptor ( |
A simple constructor that initializes the object with the given values.
|
|
GetHost ( |
Gets the host where the file is currently being downloaded.
|
|
GetSchema ( ) : |
This method is reserved, and returns
|
|
ReadXml ( |
Deserializes the object from XML.
|
|
ToString ( ) : string |
Returns a summary of the descriptor.
|
|
WriteXml ( |
Serializes the object to XML.
|
public AddModDescriptor ( |
||
p_uriSourceUri | The uri that points to the external source of the mod. | |
p_strDefaultSourcePath | string | The default source path of the mod. |
p_enmDownloadFiles | IEnumerable |
The list of files that still need to be downloaded to build the mod. |
p_tstStatus | TaskStatus | The status of the task that is adding the mod. |
p_lstSourceName | List |
|
Результат | System |
public GetHost ( |
||
index | ||
Результат | string |
public ReadXml ( |
||
reader | The xml reader from which to deserialize the object. | |
Результат | void |
public WriteXml ( |
||
writer | The xml writer to which to serialize the object. | |
Результат | void |