C# 클래스 ArtemisComm.ParentPacket

상속: IPackage
파일 보기 프로젝트 열기: russjudge/ArtemisSBS-ProtocolSharp

Private Properties

프로퍼티 타입 설명
LoadProperties void

공개 메소드들

메소드 설명
Dispose ( ) : void
GetErrors ( ) : System.Collections.ObjectModel.ReadOnlyCollection
GetRawData ( ) : MemoryStream
GetValidOrigin ( ) : OriginType
ParentPacket ( ) : System
ParentPacket ( Stream stream, int index ) : System

보호된 메소드들

메소드 설명
AddError ( Exception ex ) : void
Dispose ( bool isDisposing ) : void

비공개 메소드들

메소드 설명
LoadProperties ( Stream stream, int index ) : void

메소드 상세

AddError() 보호된 메소드

protected AddError ( Exception ex ) : void
ex System.Exception
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

GetErrors() 공개 메소드

public GetErrors ( ) : System.Collections.ObjectModel.ReadOnlyCollection
리턴 System.Collections.ObjectModel.ReadOnlyCollection

GetRawData() 공개 메소드

public GetRawData ( ) : MemoryStream
리턴 System.IO.MemoryStream

GetValidOrigin() 공개 메소드

public GetValidOrigin ( ) : OriginType
리턴 OriginType

ParentPacket() 공개 메소드

public ParentPacket ( ) : System
리턴 System

ParentPacket() 공개 메소드

public ParentPacket ( Stream stream, int index ) : System
stream Stream
index int
리턴 System