C# 클래스 Irontalk.STClassDescription

Base class for STClass and STMetaclass. Implements most of the message routing behavior present in its subclasses.
상속: STObject
파일 보기 프로젝트 열기: rezonant/irontalk

보호된 프로퍼티들

프로퍼티 타입 설명
ivarNames string[]
methodDictionary MethodDictionary

공개 메소드들

메소드 설명
Initialize ( ) : void
InstallDelegate ( Type type ) : void
New ( ) : STObject
RouteMessage ( STMessage msg ) : STObject
STClassDescription ( string name ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
CollectInstanceVariables ( List vars ) : void
Inspect ( ) : void
MethodDict ( ) : MethodDictionary

메소드 상세

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

InstallDelegate() 공개 메소드

public InstallDelegate ( Type type ) : void
type System.Type
리턴 void

New() 공개 메소드

public New ( ) : STObject
리턴 STObject

RouteMessage() 공개 메소드

public RouteMessage ( STMessage msg ) : STObject
msg STMessage
리턴 STObject

STClassDescription() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

ivarNames 보호되어 있는 프로퍼티

protected string[] ivarNames
리턴 string[]

methodDictionary 보호되어 있는 프로퍼티

protected MethodDictionary methodDictionary
리턴 MethodDictionary