Свойство | Тип | Описание | |
---|---|---|---|
interpreter | Interpreter |
Метод | Описание | |
---|---|---|
Dumpl ( IEnumerable c ) : void | ||
GetLineWidth ( ) : int | ||
GetMaxLines ( ) : int | ||
GetMeta ( object objectOrStaticType ) : string[] | ||
GetMeta ( object objectOrStaticType, string memberNameFilter ) : string[] | ||
GetType ( string typeName ) : |
||
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 |
public static Dumpl ( IEnumerable c ) : void | ||
c | IEnumerable | |
Результат | void |
public static GetMeta ( object objectOrStaticType ) : string[] | ||
objectOrStaticType | object | |
Результат | string[] |
public static GetMeta ( object objectOrStaticType, string memberNameFilter ) : string[] | ||
objectOrStaticType | object | |
memberNameFilter | string | |
Результат | string[] |
public static GetType ( string typeName ) : |
||
typeName | string | |
Результат |
public static Include ( string file ) : void | ||
file | string | |
Результат | void |
public static MInfo ( object ctype, string mname ) : void | ||
ctype | object | |
mname | string | |
Результат | void |
public static Meta ( object objectOrStaticType ) : void | ||
objectOrStaticType | object | |
Результат | void |
public static Meta ( object objectOrStaticType, string memberNameFilter ) : void | ||
objectOrStaticType | object | |
memberNameFilter | string | |
Результат | void |
public static Printl ( IEnumerable c ) : void | ||
c | IEnumerable | |
Результат | void |
public static ReadLineAsync ( Interpreter callback ) : void | ||
callback | Interpreter | |
Результат | void |