C# 클래스 SGScript.DNMetaObject

상속: IObjectBase
파일 보기 프로젝트 열기: snake5/sgscript 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
staticInfo SGSClassInfo
targetType System.Type

공개 메소드들

메소드 설명
DNMetaObject ( Context c, Type t ) : System
GetClassInfo ( ) : SGSClassInfo
ToString ( ) : string
_InitMetaObject ( ) : void

메소드 상세

DNMetaObject() 공개 메소드

public DNMetaObject ( Context c, Type t ) : System
c Context
t System.Type
리턴 System

GetClassInfo() 공개 메소드

public GetClassInfo ( ) : SGSClassInfo
리턴 SGSClassInfo

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

_InitMetaObject() 공개 메소드

public _InitMetaObject ( ) : void
리턴 void

프로퍼티 상세

staticInfo 공개적으로 프로퍼티

public SGSClassInfo,SGScript staticInfo
리턴 SGSClassInfo

targetType 공개적으로 프로퍼티

public Type,System targetType
리턴 System.Type