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

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

공개 프로퍼티들

프로퍼티 타입 설명
IsoPath string
PrimaryVolumeDescriptor PrimaryVolumeDescriptor
Root IsoNode

공개 메소드들

메소드 설명
Dispose ( ) : void
IsoFile ( ) : System
IsoFile ( Stream Stream ) : System
IsoFile ( Stream stream, string path = "<unknown>" ) : System
IsoFile ( string path ) : System
SetStream ( Stream Stream, string Path = "<unknown>" ) : void

보호된 메소드들

메소드 설명
LoadRootIsoNode ( ) : void
ProcessDirectoryRecord ( IsoNode ParentIsoNode ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

IsoFile() 공개 메소드

public IsoFile ( ) : System
리턴 System

IsoFile() 공개 메소드

public IsoFile ( Stream Stream ) : System
Stream Stream
리턴 System

IsoFile() 공개 메소드

public IsoFile ( Stream stream, string path = "<unknown>" ) : System
stream Stream
path string
리턴 System

IsoFile() 공개 메소드

public IsoFile ( string path ) : System
path string
리턴 System

LoadRootIsoNode() 보호된 메소드

protected LoadRootIsoNode ( ) : void
리턴 void

ProcessDirectoryRecord() 보호된 메소드

protected ProcessDirectoryRecord ( IsoNode ParentIsoNode ) : void
ParentIsoNode IsoNode
리턴 void

SetStream() 공개 메소드

public SetStream ( Stream Stream, string Path = "<unknown>" ) : void
Stream Stream
Path string
리턴 void

프로퍼티 상세

IsoPath 공개적으로 프로퍼티

public string IsoPath
리턴 string

PrimaryVolumeDescriptor 공개적으로 프로퍼티

public PrimaryVolumeDescriptor,CSPspEmu.Hle.Formats PrimaryVolumeDescriptor
리턴 PrimaryVolumeDescriptor

Root 공개적으로 프로퍼티

public IsoNode,CSPspEmu.Hle.Formats Root
리턴 IsoNode