C# Class ME3Explorer.TexplorerFirstTimeSetup.DLCInfo

Show file 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 property

public string BackupFileName
return string

BackupRequested public property

public bool? BackupRequested
return bool?

Files public property

public List Files
return List

Name public property

public string Name
return string

Path public property

public string Path
return string

UseExtracted public property

public bool? UseExtracted
return bool?

WhichGame public property

public int WhichGame
return int