C# Class Ionic.Cscomp.TypeInfo

ファイルを表示 Open project: Sectoid/csharp-mode

Public Methods

Method Description
GetFieldsInfo ( ) : String[]
GetMethodsInfo ( ) : String[]

Private Methods

Method Description
AsSexp ( ) : String

Returns the TypeInfo as a lisp S-expression.

It looks like this:

EmitAttributes ( Type t ) : String
EmitMethodAttrs ( MethodInfo m ) : String
EmitOneType ( Type t1 ) : String
EmitOneTypeWithInterfaces ( Type t1 ) : String
FieldAttrsString ( FieldInfo f ) : String
GetConstructorsSexp ( ) : String
GetPropertiesInfo ( ) : String[]
MethodBaseModifiers ( MethodBase mi ) : string
NewMethodBaseModifiers ( MethodBase mi ) : string
NewParamString ( System pi ) : string
ParamString ( System pi, bool isProperty ) : string
PropertyModifiers ( PropertyInfo p ) : String
ReferencedType ( Type t ) : Type
TypeInfo ( Assembly a, string typeName ) : System

Method Details

GetFieldsInfo() public method

public GetFieldsInfo ( ) : String[]
return String[]

GetMethodsInfo() public method

public GetMethodsInfo ( ) : String[]
return String[]