C# Class ME3Explorer.TexplorerFirstTimeSetup.DLCInfo

Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Свойство Type Description
BackupFileName string
BackupRequested bool?
Files List
Name string
Path string
UseExtracted bool?
WhichGame int

Méthodes publiques

Méthode Description
DLCInfo ( ) : KFreonLib.Debugging
DLCInfo ( string name, string path, int game ) : KFreonLib.Debugging
GetFiles ( ) : void

Method Details

DLCInfo() public méthode

public DLCInfo ( ) : KFreonLib.Debugging
Résultat KFreonLib.Debugging

DLCInfo() public méthode

public DLCInfo ( string name, string path, int game ) : KFreonLib.Debugging
name string
path string
game int
Résultat KFreonLib.Debugging

GetFiles() public méthode

public GetFiles ( ) : void
Résultat void

Property Details

BackupFileName public_oe property

public string BackupFileName
Résultat string

BackupRequested public_oe property

public bool? BackupRequested
Résultat bool?

Files public_oe property

public List Files
Résultat List

Name public_oe property

public string Name
Résultat string

Path public_oe property

public string Path
Résultat string

UseExtracted public_oe property

public bool? UseExtracted
Résultat bool?

WhichGame public_oe property

public int WhichGame
Résultat int