C# Class ME3Explorer.TexplorerFirstTimeSetup.DLCInfo

Exibir arquivo Open project: ME3Explorer/ME3Explorer

Public Properties

Property Type Description
BackupFileName string
BackupRequested bool?
Files List
Name string
Path string
UseExtracted bool?
WhichGame int

Public Methods

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

Method Details

DLCInfo() public method

public DLCInfo ( ) : KFreonLib.Debugging
return KFreonLib.Debugging

DLCInfo() public method

public DLCInfo ( string name, string path, int game ) : KFreonLib.Debugging
name string
path string
game int
return KFreonLib.Debugging

GetFiles() public method

public GetFiles ( ) : void
return void

Property Details

BackupFileName public_oe property

public string BackupFileName
return string

BackupRequested public_oe property

public bool? BackupRequested
return bool?

Files public_oe property

public List Files
return List

Name public_oe property

public string Name
return string

Path public_oe property

public string Path
return string

UseExtracted public_oe property

public bool? UseExtracted
return bool?

WhichGame public_oe property

public int WhichGame
return int