C# 클래스 Function, Radia

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

공개 프로퍼티들

프로퍼티 타입 설명
address ulong
attributes int
basic_blk_cnt int
comment string
dangerous_calls string[]
egress_calls int
egress_links List
funcname string
functag string
ingress_calls int
ingress_links List
longname string
mark string
marked bool
module_name string
nx float
ny float
nz float
size int
strings string[]

공개 메소드들

메소드 설명
SetMarked ( bool state ) : void
Start ( ) : void
Update ( ) : void
resetState ( ) : void
updateState ( ) : void

메소드 상세

SetMarked() 공개 메소드

public SetMarked ( bool state ) : void
state bool
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

resetState() 공개 메소드

public resetState ( ) : void
리턴 void

updateState() 공개 메소드

public updateState ( ) : void
리턴 void

프로퍼티 상세

address 공개적으로 프로퍼티

public ulong address
리턴 ulong

attributes 공개적으로 프로퍼티

public int attributes
리턴 int

basic_blk_cnt 공개적으로 프로퍼티

public int basic_blk_cnt
리턴 int

comment 공개적으로 프로퍼티

public string comment
리턴 string

dangerous_calls 공개적으로 프로퍼티

public string[] dangerous_calls
리턴 string[]

egress_calls 공개적으로 프로퍼티

public int egress_calls
리턴 int

egress_links 공개적으로 프로퍼티

public List egress_links
리턴 List

funcname 공개적으로 프로퍼티

public string funcname
리턴 string

functag 공개적으로 프로퍼티

public string functag
리턴 string

ingress_calls 공개적으로 프로퍼티

public int ingress_calls
리턴 int

ingress_links 공개적으로 프로퍼티

public List ingress_links
리턴 List

longname 공개적으로 프로퍼티

public string longname
리턴 string

mark 공개적으로 프로퍼티

public string mark
리턴 string

marked 공개적으로 프로퍼티

public bool marked
리턴 bool

module_name 공개적으로 프로퍼티

public string module_name
리턴 string

nx 공개적으로 프로퍼티

public float nx
리턴 float

ny 공개적으로 프로퍼티

public float ny
리턴 float

nz 공개적으로 프로퍼티

public float nz
리턴 float

size 공개적으로 프로퍼티

public int size
리턴 int

strings 공개적으로 프로퍼티

public string[] strings
리턴 string[]