C# 클래스 Indiefreaks.Xna.Storage.SaveDevice.FileOperationState

State object used for our operations.
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 프로퍼티들

프로퍼티 타입 설명
Action FileAction
Container string
File string
Pattern string
UserState object

공개 메소드들

메소드 설명
Reset ( ) : void

메소드 상세

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

Action 공개적으로 프로퍼티

public FileAction Action
리턴 FileAction

Container 공개적으로 프로퍼티

public string Container
리턴 string

File 공개적으로 프로퍼티

public string File
리턴 string

Pattern 공개적으로 프로퍼티

public string Pattern
리턴 string

UserState 공개적으로 프로퍼티

public object UserState
리턴 object