C# 클래스 SCSharp.BinElement

파일 보기 프로젝트 열기: kangaroo/scsharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
flags ElementFlags
height ushort
hotkey byte
resolvedData object
text string
text_offset uint
type ElementType
width ushort
x1 ushort
x2 ushort
y1 ushort
y2 ushort

공개 메소드들

메소드 설명
BinElement ( byte buf, int position, uint stream_length ) : System
DumpFlags ( ) : void
ToString ( ) : string

메소드 상세

BinElement() 공개 메소드

public BinElement ( byte buf, int position, uint stream_length ) : System
buf byte
position int
stream_length uint
리턴 System

DumpFlags() 공개 메소드

public DumpFlags ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

flags 공개적으로 프로퍼티

public ElementFlags flags
리턴 ElementFlags

height 공개적으로 프로퍼티

public ushort height
리턴 ushort

hotkey 공개적으로 프로퍼티

public byte hotkey
리턴 byte

resolvedData 공개적으로 프로퍼티

public object resolvedData
리턴 object

text 공개적으로 프로퍼티

public string text
리턴 string

text_offset 공개적으로 프로퍼티

public uint text_offset
리턴 uint

type 공개적으로 프로퍼티

public ElementType type
리턴 ElementType

width 공개적으로 프로퍼티

public ushort width
리턴 ushort

x1 공개적으로 프로퍼티

public ushort x1
리턴 ushort

x2 공개적으로 프로퍼티

public ushort x2
리턴 ushort

y1 공개적으로 프로퍼티

public ushort y1
리턴 ushort

y2 공개적으로 프로퍼티

public ushort y2
리턴 ushort