C# Class PdbReader.Defs.DefFactory

显示文件 Open project: LibreCrops/cdef Class Usage Examples

Public Methods

Method Description
CreateMixedTypedef ( CBrace type, string name ) : Def
CreatePureDef ( CBrace type, string name ) : Def
CreateTypedef ( CBrace type, string name ) : Def
DefFactory ( ) : System
DefFactory ( string prefix ) : System

Private Methods

Method Description
InnerName ( string s ) : string
IsFullCapital ( string s ) : bool
MixedInnerName ( CBrace type, string name ) : string
TypedefArgs ( CBrace type, string name ) : string

Method Details

CreateMixedTypedef() public method

public CreateMixedTypedef ( CBrace type, string name ) : Def
type PdbReader.Types.CBrace
name string
return Def

CreatePureDef() public method

public CreatePureDef ( CBrace type, string name ) : Def
type PdbReader.Types.CBrace
name string
return Def

CreateTypedef() public method

public CreateTypedef ( CBrace type, string name ) : Def
type PdbReader.Types.CBrace
name string
return Def

DefFactory() public method

public DefFactory ( ) : System
return System

DefFactory() public method

public DefFactory ( string prefix ) : System
prefix string
return System