C# 클래스 Fanx.Fcode.FMethod

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

공개 프로퍼티들

프로퍼티 타입 설명
m_code FBuf
m_inheritedRet int
m_localCount int
m_maxStack int
m_paramCount int
m_ret int
m_vars Fanx.Fcode.FMethodVar[]

공개 메소드들

메소드 설명
maxLocals ( ) : int
pars ( ) : Fanx.Fcode.FMethodVar[]
read ( FStore input ) : FMethod

메소드 상세

maxLocals() 공개 메소드

public maxLocals ( ) : int
리턴 int

pars() 공개 메소드

public pars ( ) : Fanx.Fcode.FMethodVar[]
리턴 Fanx.Fcode.FMethodVar[]

read() 공개 메소드

public read ( FStore input ) : FMethod
input FStore
리턴 FMethod

프로퍼티 상세

m_code 공개적으로 프로퍼티

public FBuf,Fanx.Fcode m_code
리턴 FBuf

m_inheritedRet 공개적으로 프로퍼티

public int m_inheritedRet
리턴 int

m_localCount 공개적으로 프로퍼티

public int m_localCount
리턴 int

m_maxStack 공개적으로 프로퍼티

public int m_maxStack
리턴 int

m_paramCount 공개적으로 프로퍼티

public int m_paramCount
리턴 int

m_ret 공개적으로 프로퍼티

public int m_ret
리턴 int

m_vars 공개적으로 프로퍼티

public FMethodVar[],Fanx.Fcode m_vars
리턴 Fanx.Fcode.FMethodVar[]