C# 클래스 POLUtils.UOConvert.UOCConfigFiles.ConfigFiles

Inheritable Public and Private Entities for UOConvert Config File Information. No default constructor as this Class is for Inheritable Purposes only.
파일 보기 프로젝트 열기: polserver/poltools

보호된 프로퍼티들

프로퍼티 타입 설명
_Filename string
_UOCCommand string

공개 메소드들

메소드 설명
GetFilename ( ) : string

Config File Method to retrieve the Filename Stored.

GetUOCCommand ( ) : string

Config File Method to retrieve the UOConvert Commandline Flag Stored.

메소드 상세

GetFilename() 공개 메소드

Config File Method to retrieve the Filename Stored.
public GetFilename ( ) : string
리턴 string

GetUOCCommand() 공개 메소드

Config File Method to retrieve the UOConvert Commandline Flag Stored.
public GetUOCCommand ( ) : string
리턴 string

프로퍼티 상세

_Filename 보호되어 있는 프로퍼티

Protected Config File Filename Storage
protected string _Filename
리턴 string

_UOCCommand 보호되어 있는 프로퍼티

Protected Config File UOConvert Commandline Flag Storage
protected string _UOCCommand
리턴 string