C# Класс Realms.RealmHandle

Наследование: Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ToString ( ) : string

Защищенные методы

Метод Описание
Unbind ( ) : void

Override Unbind and put in code that actually calls core and unbinds whatever this handle is about. when this is called, it has already been verified that it is safe to call core - so just put in code that does the job.

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

Метод Описание
GetUnbindList ( ) : List
LockAndUndbindList ( ) : void
RealmHandle ( ) : System
RealmHandle ( RealmHandle root ) : System
ReleaseHandle ( ) : bool
RequestUnbind ( RealmHandle handleToUnbind ) : void

Called by children to this root, when they would like to be unbound, but are (possibly) running in a finalizer thread so it is (possibly) not safe to unbind then directly.

SetHandle ( IntPtr someHandle ) : void
UnbindLockedList ( ) : void

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

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

public ToString ( ) : string
Результат string

Unbind() защищенный абстрактный Метод

Override Unbind and put in code that actually calls core and unbinds whatever this handle is about. when this is called, it has already been verified that it is safe to call core - so just put in code that does the job.
protected abstract Unbind ( ) : void
Результат void