C# 클래스 ArtemisComm.VariablePackage

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

Private Properties

프로퍼티 타입 설명
Initialize void
ProcessVariableData Collection

공개 메소드들

메소드 설명
Dispose ( ) : void
GetErrors ( ) : ReadOnlyCollection
GetRawData ( ) : MemoryStream
GetValidOrigin ( ) : OriginType
ProcessBitFlags ( int propertyCount, MemoryStream stream, int index ) : bool[]
VariablePackage ( Stream stream, int index ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
Initialize ( Stream stream, int index ) : void
ProcessVariableData ( PropertyInfo propertyList, object obj, Stream sourceData, int index, bool IncludedFields ) : Collection

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

GetErrors() 공개 메소드

public GetErrors ( ) : ReadOnlyCollection
리턴 ReadOnlyCollection

GetRawData() 공개 메소드

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

GetValidOrigin() 공개 메소드

public GetValidOrigin ( ) : OriginType
리턴 OriginType

ProcessBitFlags() 공개 정적인 메소드

public static ProcessBitFlags ( int propertyCount, MemoryStream stream, int index ) : bool[]
propertyCount int
stream System.IO.MemoryStream
index int
리턴 bool[]

VariablePackage() 공개 메소드

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