C# Класс ARCed.Scintilla.Document

Provides an abstraction over Scintilla's Document Pointer
Наследование: ScintillaHelperBase
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
Document ( Scintilla scintilla, IntPtr handle ) : System

Описание методов

AddRef() публичный Метод

Increases the document's reference count
No, you aren't looking at COM, move along.
public AddRef ( ) : void
Результат void

Equals() публичный Метод

Overridden.
public Equals ( object obj ) : bool
obj object Another Document Object
Результат bool

GetHashCode() публичный Метод

Overridden
public GetHashCode ( ) : int
Результат int

Release() публичный Метод

Decreases the document's reference count
When the document's reference count reaches 0 Scintilla will destroy the document
public Release ( ) : void
Результат void