C# 클래스 Irontalk.STVariable

상속: STObject
파일 보기 프로젝트 열기: rezonant/irontalk

공개 프로퍼티들

프로퍼티 타입 설명
Context Context
Name string

공개 메소드들

메소드 설명
Dereference ( ) : STObject
STVariable ( string name, Context context ) : System
Set ( STObject value ) : void
ToString ( ) : string

메소드 상세

Dereference() 공개 메소드

public Dereference ( ) : STObject
리턴 STObject

STVariable() 공개 메소드

public STVariable ( string name, Context context ) : System
name string
context Context
리턴 System

Set() 공개 메소드

public Set ( STObject value ) : void
value STObject
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Context 공개적으로 프로퍼티

public Context,Irontalk Context
리턴 Context

Name 공개적으로 프로퍼티

public string Name
리턴 string