C# Class CSI.Utils

Afficher le fichier Open project: keyword/CSharp-Interpreter-for-Unity-3D

Méthodes publiques

Свойство Type Description
interpreter Interpreter

Méthodes publiques

Méthode Description
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

Method Details

Dumpl() public static méthode

public static Dumpl ( IEnumerable c ) : void
c IEnumerable
Résultat void

GetLineWidth() public static méthode

public static GetLineWidth ( ) : int
Résultat int

GetMaxLines() public static méthode

public static GetMaxLines ( ) : int
Résultat int

GetMeta() public static méthode

public static GetMeta ( object objectOrStaticType ) : string[]
objectOrStaticType object
Résultat string[]

GetMeta() public static méthode

public static GetMeta ( object objectOrStaticType, string memberNameFilter ) : string[]
objectOrStaticType object
memberNameFilter string
Résultat string[]

GetType() public static méthode

public static GetType ( string typeName ) : Type
typeName string
Résultat System.Type

Include() public static méthode

public static Include ( string file ) : void
file string
Résultat void

MInfo() public static méthode

public static MInfo ( object ctype, string mname ) : void
ctype object
mname string
Résultat void

Meta() public static méthode

public static Meta ( object objectOrStaticType ) : void
objectOrStaticType object
Résultat void

Meta() public static méthode

public static Meta ( object objectOrStaticType, string memberNameFilter ) : void
objectOrStaticType object
memberNameFilter string
Résultat void

Print() public static méthode

public static Print ( ) : void
Résultat void

Printl() public static méthode

public static Printl ( IEnumerable c ) : void
c IEnumerable
Résultat void

ReadLineAsync() public static méthode

public static ReadLineAsync ( Interpreter callback ) : void
callback Interpreter
Résultat void

Write() public static méthode

public static Write ( string s ) : void
s string
Résultat void

Property Details

interpreter public_oe static_oe property

public static Interpreter interpreter
Résultat Interpreter