C# 클래스 KMP.LoadedFileInfo

파일 보기 프로젝트 열기: TehGimp/KerbalMultiPlayer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FullPath string
LoadedPath string
ModDirectory string
ModPath string
SHA256 string

공개 메소드들

메소드 설명
HandleHash ( System state ) : void
LoadedFileInfo ( string filepath ) : System

메소드 상세

HandleHash() 공개 메소드

public HandleHash ( System state ) : void
state System
리턴 void

LoadedFileInfo() 공개 메소드

public LoadedFileInfo ( string filepath ) : System
filepath string
리턴 System

프로퍼티 상세

FullPath 공개적으로 프로퍼티

The full absolute path on this computer. Uses the local system's directory separator character ('/' for Unix, '\' for Windows).
public string FullPath
리턴 string

LoadedPath 공개적으로 프로퍼티

The relative path starting at the KSP main directory. Uses Unix directory separator ('/') so it will match the server's mod config file.
public string LoadedPath
리턴 string

ModDirectory 공개적으로 프로퍼티

The directory that this mod has been loaded into (usually 'GameData', but could be 'Plugins' or 'Parts').
public string ModDirectory
리턴 string

ModPath 공개적으로 프로퍼티

The relative path starting in the 'GameData', 'Plugins', or 'Parts' directory (will not have that directory name included). Uses Unix directory separator ('/') so it will match the server's mod config file.
public string ModPath
리턴 string

SHA256 공개적으로 프로퍼티

The SHA256 hash of this file.
public string SHA256
리턴 string