C# Class SolarixGrammarEngineNET.AnalysisResults

Inheritance: IDisposable
Datei anzeigen Open project: Koziev/GrammarEngine Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

AnalysisResults() public method

public AnalysisResults ( GrammarEngine2 gren, IntPtr _hPack ) : System
gren GrammarEngine2
_hPack System.IntPtr
return System

AnalysisResults() public method

public AnalysisResults ( GrammarEngine2 gren, IntPtr _hPack, bool release_handle ) : System
gren GrammarEngine2
_hPack System.IntPtr
release_handle bool
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetHandle() public method

public GetHandle ( ) : IntPtr
return System.IntPtr

IsNull() public method

public IsNull ( ) : bool
return bool

this() public method

public this ( int index ) : SyntaxTreeNode
index int
return SyntaxTreeNode