C# 클래스 ARCed.Scintilla.Document

Provides an abstraction over Scintilla's Document Pointer
상속: ScintillaHelperBase
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
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