C# 클래스 MAPIInspector.Parsers.RangeCommand

Represent a range command.
상속: Command
파일 보기 프로젝트 열기: OfficeDev/Office-Inspectors-for-Fiddler 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Command byte
highValue byte[]
lowValue byte[]

공개 메소드들

메소드 설명
Parse ( FastTransferStream stream ) : void

Parse from a stream.

RangeCommand ( uint Length ) : System

Initializes a new instance of the RangeCommand structure.

메소드 상세

Parse() 공개 메소드

Parse from a stream.
public Parse ( FastTransferStream stream ) : void
stream FastTransferStream A stream contains RangeCommand.
리턴 void

RangeCommand() 공개 메소드

Initializes a new instance of the RangeCommand structure.
public RangeCommand ( uint Length ) : System
Length uint The length of the LowValue and hignValue.
리턴 System

프로퍼티 상세

Command 공개적으로 프로퍼티

public byte Command
리턴 byte

highValue 공개적으로 프로퍼티

public byte[] highValue
리턴 byte[]

lowValue 공개적으로 프로퍼티

public byte[] lowValue
리턴 byte[]