C# 클래스 Rhino.SpecialRef

상속: Ref
파일 보기 프로젝트 열기: hazzik/Rhino.Net

공개 메소드들

메소드 설명
Delete ( Context cx ) : bool
Get ( Context cx ) : object
Has ( Context cx ) : bool
Set ( Context cx, object value ) : object

비공개 메소드들

메소드 설명
CreateSpecial ( Context cx, object @object, string name ) : Ref
SpecialRef ( Scriptable target, int type, string name ) : System

메소드 상세

Delete() 공개 메소드

public Delete ( Context cx ) : bool
cx Context
리턴 bool

Get() 공개 메소드

public Get ( Context cx ) : object
cx Context
리턴 object

Has() 공개 메소드

public Has ( Context cx ) : bool
cx Context
리턴 bool

Set() 공개 메소드

public Set ( Context cx, object value ) : object
cx Context
value object
리턴 object