C# Class ARCed.Scintilla.Document

Provides an abstraction over Scintilla's Document Pointer
Inheritance: ScintillaHelperBase
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Méthode Description
AddRef ( ) : void

Increases the document's reference count

No, you aren't looking at COM, move along.

Equals ( object obj ) : bool

Overridden.

GetHashCode ( ) : int

Overridden

Release ( ) : void

Decreases the document's reference count

When the document's reference count reaches 0 Scintilla will destroy the document

Private Methods

Méthode Description
Document ( Scintilla scintilla, IntPtr handle ) : System

Method Details

AddRef() public méthode

Increases the document's reference count
No, you aren't looking at COM, move along.
public AddRef ( ) : void
Résultat void

Equals() public méthode

Overridden.
public Equals ( object obj ) : bool
obj object Another Document Object
Résultat bool

GetHashCode() public méthode

Overridden
public GetHashCode ( ) : int
Résultat int

Release() public méthode

Decreases the document's reference count
When the document's reference count reaches 0 Scintilla will destroy the document
public Release ( ) : void
Résultat void