C# 클래스 BF2Statistics.Paths

Provides common file paths that this system will use
파일 보기 프로젝트 열기: BF2Statistics/ControlCenter

공개 프로퍼티들

프로퍼티 타입 설명
DefaultPythonPath string
DocumentsFolder string
RankedPythonPath string
SnapshotProcPath string
SnapshotTempPath string

비공개 메소드들

메소드 설명
Paths ( ) : System

프로퍼티 상세

DefaultPythonPath 공개적으로 정적으로 프로퍼티

Full path to the default python files
public static string DefaultPythonPath
리턴 string

DocumentsFolder 공개적으로 정적으로 프로퍼티

The Bf2Statistics folder path in "My documents"
public static string DocumentsFolder
리턴 string

RankedPythonPath 공개적으로 정적으로 프로퍼티

Full path to the stats enabled python files
public static string RankedPythonPath
리턴 string

SnapshotProcPath 공개적으로 정적으로 프로퍼티

Full path to where the Processed snapshots are stored
public static string SnapshotProcPath
리턴 string

SnapshotTempPath 공개적으로 정적으로 프로퍼티

Full path to where Temporary snapshots are stored
public static string SnapshotTempPath
리턴 string