C# 클래스 Irontalk.STClass

상속: STClassDescription
파일 보기 프로젝트 열기: rezonant/irontalk 1 사용 예제들

공개 메소드들

메소드 설명
CompleteMethod ( STMethodPrototype prototype, STBlock block ) : STCompiledMethod
GetForCLR ( Type type, string branding ) : STClass
Initialize ( ) : void
STClass ( STClass superclass, string name ) : System
STClass ( string name ) : System

비공개 메소드들

메소드 설명
Define ( ) : STMethodBuilder
Define ( STObject symObj ) : STMethodPrototype
DefineWith ( STObject symObj, STObject blockObj ) : STCompiledMethod
GetSuperclass ( ) : STClassDescription
HandleDoesNotUnderstand ( STMessage msg ) : STObject
STClass ( ) : System
STClass ( Type type, string name ) : System
Subclass ( STSymbol name ) : STClass
SubclassNamespace ( STSymbol name, STObject nsObj ) : STClass
SubclassNamespaceWith ( STSymbol name, STObject nsObj, STBlock blockObj ) : STClass
ToString ( ) : string
With ( STBlock block ) : void

메소드 상세

CompleteMethod() 공개 메소드

public CompleteMethod ( STMethodPrototype prototype, STBlock block ) : STCompiledMethod
prototype STMethodPrototype
block STBlock
리턴 STCompiledMethod

GetForCLR() 공개 정적인 메소드

public static GetForCLR ( Type type, string branding ) : STClass
type System.Type
branding string
리턴 STClass

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

STClass() 공개 메소드

public STClass ( STClass superclass, string name ) : System
superclass STClass
name string
리턴 System

STClass() 공개 메소드

public STClass ( string name ) : System
name string
리턴 System