C# 클래스 MiningGame.Code.Managers.SaveGameManager

파일 보기 프로젝트 열기: geel9/Minor-Destruction

공개 프로퍼티들

프로퍼티 타입 설명
name string

공개 메소드들

메소드 설명
CheckExists ( string name ) : bool
CreateFile ( string newName ) : bool
GetFiles ( ) : string[]
GetKeyValues ( ) : List
GetPath ( ) : string
GetValue ( string keyValue ) : string
KeyValueExists ( string keyValue ) : bool
RemoveValue ( string keyValue ) : void
SetName ( string newName ) : void
SetValue ( string keyValue, string newValue ) : void
WriteSaveFile ( List kvs ) : void

비공개 메소드들

메소드 설명
GetUnencryptedContents ( ) : string

메소드 상세

CheckExists() 공개 정적인 메소드

public static CheckExists ( string name ) : bool
name string
리턴 bool

CreateFile() 공개 정적인 메소드

public static CreateFile ( string newName ) : bool
newName string
리턴 bool

GetFiles() 공개 정적인 메소드

public static GetFiles ( ) : string[]
리턴 string[]

GetKeyValues() 공개 정적인 메소드

public static GetKeyValues ( ) : List
리턴 List

GetPath() 공개 정적인 메소드

public static GetPath ( ) : string
리턴 string

GetValue() 공개 정적인 메소드

public static GetValue ( string keyValue ) : string
keyValue string
리턴 string

KeyValueExists() 공개 정적인 메소드

public static KeyValueExists ( string keyValue ) : bool
keyValue string
리턴 bool

RemoveValue() 공개 정적인 메소드

public static RemoveValue ( string keyValue ) : void
keyValue string
리턴 void

SetName() 공개 정적인 메소드

public static SetName ( string newName ) : void
newName string
리턴 void

SetValue() 공개 정적인 메소드

public static SetValue ( string keyValue, string newValue ) : void
keyValue string
newValue string
리턴 void

WriteSaveFile() 공개 정적인 메소드

public static WriteSaveFile ( List kvs ) : void
kvs List
리턴 void

프로퍼티 상세

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

public static string name
리턴 string