C# Class IronKonoha.Context

Afficher le fichier Open project: tetsurom/ikonoha Class Usage Examples

Méthodes publiques

Méthode Description
Context ( ) : System
GetErrorTypeString ( ReportLevel pe ) : string
ReportError ( ReportLevel pe, string msg ) : void
SUGAR_P ( ReportLevel pe, LineInfo line, int lpos, string format ) : uint

Private Methods

Méthode Description
vperrorf ( ReportLevel pe, LineInfo uline, int lpos, string fmt ) : uint

Method Details

Context() public méthode

public Context ( ) : System
Résultat System

GetErrorTypeString() public méthode

public GetErrorTypeString ( ReportLevel pe ) : string
pe ReportLevel
Résultat string

ReportError() public méthode

public ReportError ( ReportLevel pe, string msg ) : void
pe ReportLevel
msg string
Résultat void

SUGAR_P() public méthode

public SUGAR_P ( ReportLevel pe, LineInfo line, int lpos, string format ) : uint
pe ReportLevel
line LineInfo
lpos int
format string
Résultat uint