C# 클래스 CSI.Utils

파일 보기 프로젝트 열기: keyword/CSharp-Interpreter-for-Unity-3D

공개 프로퍼티들

프로퍼티 타입 설명
interpreter Interpreter

공개 메소드들

메소드 설명
Dumpl ( IEnumerable c ) : void
GetLineWidth ( ) : int
GetMaxLines ( ) : int
GetMeta ( object objectOrStaticType ) : string[]
GetMeta ( object objectOrStaticType, string memberNameFilter ) : string[]
GetType ( string typeName ) : Type
Include ( string file ) : void
MInfo ( object ctype, string mname ) : void
Meta ( object objectOrStaticType ) : void
Meta ( object objectOrStaticType, string memberNameFilter ) : void
Print ( ) : void
Printl ( IEnumerable c ) : void
ReadLineAsync ( Interpreter callback ) : void
Write ( string s ) : void

메소드 상세

Dumpl() 공개 정적인 메소드

public static Dumpl ( IEnumerable c ) : void
c IEnumerable
리턴 void

GetLineWidth() 공개 정적인 메소드

public static GetLineWidth ( ) : int
리턴 int

GetMaxLines() 공개 정적인 메소드

public static GetMaxLines ( ) : int
리턴 int

GetMeta() 공개 정적인 메소드

public static GetMeta ( object objectOrStaticType ) : string[]
objectOrStaticType object
리턴 string[]

GetMeta() 공개 정적인 메소드

public static GetMeta ( object objectOrStaticType, string memberNameFilter ) : string[]
objectOrStaticType object
memberNameFilter string
리턴 string[]

GetType() 공개 정적인 메소드

public static GetType ( string typeName ) : Type
typeName string
리턴 System.Type

Include() 공개 정적인 메소드

public static Include ( string file ) : void
file string
리턴 void

MInfo() 공개 정적인 메소드

public static MInfo ( object ctype, string mname ) : void
ctype object
mname string
리턴 void

Meta() 공개 정적인 메소드

public static Meta ( object objectOrStaticType ) : void
objectOrStaticType object
리턴 void

Meta() 공개 정적인 메소드

public static Meta ( object objectOrStaticType, string memberNameFilter ) : void
objectOrStaticType object
memberNameFilter string
리턴 void

Print() 공개 정적인 메소드

public static Print ( ) : void
리턴 void

Printl() 공개 정적인 메소드

public static Printl ( IEnumerable c ) : void
c IEnumerable
리턴 void

ReadLineAsync() 공개 정적인 메소드

public static ReadLineAsync ( Interpreter callback ) : void
callback Interpreter
리턴 void

Write() 공개 정적인 메소드

public static Write ( string s ) : void
s string
리턴 void

프로퍼티 상세

interpreter 공개적으로 정적으로 프로퍼티

public static Interpreter interpreter
리턴 Interpreter