C# Class SolarixGrammarEngineNET.AnalysisResults

Inheritance: IDisposable
Afficher le fichier Open project: Koziev/GrammarEngine Class Usage Examples

Méthodes publiques

Méthode Description
AnalysisResults ( GrammarEngine2 gren, IntPtr _hPack ) : System
AnalysisResults ( GrammarEngine2 gren, IntPtr _hPack, bool release_handle ) : System
Dispose ( ) : void
GetHandle ( ) : IntPtr
IsNull ( ) : bool
this ( int index ) : SyntaxTreeNode

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

AnalysisResults() public méthode

public AnalysisResults ( GrammarEngine2 gren, IntPtr _hPack ) : System
gren GrammarEngine2
_hPack System.IntPtr
Résultat System

AnalysisResults() public méthode

public AnalysisResults ( GrammarEngine2 gren, IntPtr _hPack, bool release_handle ) : System
gren GrammarEngine2
_hPack System.IntPtr
release_handle bool
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetHandle() public méthode

public GetHandle ( ) : IntPtr
Résultat System.IntPtr

IsNull() public méthode

public IsNull ( ) : bool
Résultat bool

this() public méthode

public this ( int index ) : SyntaxTreeNode
index int
Résultat SyntaxTreeNode