C# Класс Monobjc.ObjectiveCRuntime

Показать файл Открыть проект

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

Метод Описание
CreateBlock ( Delegate @delegate ) : Block

Creates a block with the given delegate.

Wrap ( Exception exception ) : byte[]

Wraps the given exception.

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

Метод Описание
Bootstrap ( String domainToken ) : void
BootstrapInternal ( String domainToken ) : void
CleanUp ( ) : void
CleanUpInternal ( ) : void
EnableAutoDomainTokens ( ) : void
EnableAutoDomainTokensInternal ( ) : void
GetDomainManagledName ( String name ) : string

Returns a mangled name based on the domain token.

GetDomainToken ( ) : String
Is64BitsInternal ( ) : bool
UnWrap ( byte data ) : Exception

Convert a native exception into a managed one. If a managed exception has been previously wrapped, then use it as inner exception.

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

CreateBlock() публичный статический Метод

Creates a block with the given delegate.
public static CreateBlock ( Delegate @delegate ) : Block
@delegate System.Delegate
Результат Block

Wrap() публичный статический Метод

Wraps the given exception.
public static Wrap ( Exception exception ) : byte[]
exception System.Exception The exception.
Результат byte[]