C# 클래스 CSPspEmu.Hle.Formats.Pbp

상속: IFormatDetector
파일 보기 프로젝트 열기: soywiz/cspspemu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Names String[]

보호된 프로퍼티들

프로퍼티 타입 설명
Files Stream>.Dictionary
Header HeaderStruct
Stream Stream

공개 메소드들

메소드 설명
ContainsKey ( String Key ) : bool
ContainsKey ( Types Type ) : bool
Load ( Stream Stream ) : Pbp
this ( String Key ) : Stream
this ( Types Type ) : Stream

메소드 상세

ContainsKey() 공개 메소드

public ContainsKey ( String Key ) : bool
Key String
리턴 bool

ContainsKey() 공개 메소드

public ContainsKey ( Types Type ) : bool
Type Types
리턴 bool

Load() 공개 메소드

public Load ( Stream Stream ) : Pbp
Stream Stream
리턴 Pbp

this() 공개 메소드

public this ( String Key ) : Stream
Key String
리턴 Stream

this() 공개 메소드

public this ( Types Type ) : Stream
Type Types
리턴 Stream

프로퍼티 상세

Files 보호되어 있는 프로퍼티

protected Dictionary Files
리턴 Stream>.Dictionary

Header 보호되어 있는 프로퍼티

protected HeaderStruct Header
리턴 HeaderStruct

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

public static String[] Names
리턴 String[]

Stream 보호되어 있는 프로퍼티

protected Stream Stream
리턴 Stream