C# 클래스 Fanx.Fcode.FSlot

FSlot is the read/write fcode representation of sys::Slot.
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_attrs FAttrs
m_flags int
m_name string

공개 메소드들

메소드 설명
isStatic ( ) : bool

보호된 메소드들

메소드 설명
readAttrs ( FStore input ) : void
readCommon ( FStore input ) : void

메소드 상세

isStatic() 공개 메소드

public isStatic ( ) : bool
리턴 bool

readAttrs() 보호된 메소드

protected readAttrs ( FStore input ) : void
input FStore
리턴 void

readCommon() 보호된 메소드

protected readCommon ( FStore input ) : void
input FStore
리턴 void

프로퍼티 상세

m_attrs 공개적으로 프로퍼티

public FAttrs,Fanx.Fcode m_attrs
리턴 FAttrs

m_flags 공개적으로 프로퍼티

public int m_flags
리턴 int

m_name 공개적으로 프로퍼티

public string m_name
리턴 string