C# 클래스 ME3Explorer.TexplorerFirstTimeSetup.DLCInfo

파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 프로퍼티들

프로퍼티 타입 설명
BackupFileName string
BackupRequested bool?
Files List
Name string
Path string
UseExtracted bool?
WhichGame int

공개 메소드들

메소드 설명
DLCInfo ( ) : KFreonLib.Debugging
DLCInfo ( string name, string path, int game ) : KFreonLib.Debugging
GetFiles ( ) : void

메소드 상세

DLCInfo() 공개 메소드

public DLCInfo ( ) : KFreonLib.Debugging
리턴 KFreonLib.Debugging

DLCInfo() 공개 메소드

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

GetFiles() 공개 메소드

public GetFiles ( ) : void
리턴 void

프로퍼티 상세

BackupFileName 공개적으로 프로퍼티

public string BackupFileName
리턴 string

BackupRequested 공개적으로 프로퍼티

public bool? BackupRequested
리턴 bool?

Files 공개적으로 프로퍼티

public List Files
리턴 List

Name 공개적으로 프로퍼티

public string Name
리턴 string

Path 공개적으로 프로퍼티

public string Path
리턴 string

UseExtracted 공개적으로 프로퍼티

public bool? UseExtracted
리턴 bool?

WhichGame 공개적으로 프로퍼티

public int WhichGame
리턴 int