Table of Contents

Class AsyncResult

Namespace
SharpDX.DirectWrite
Assembly
SharpDX.Direct2D1.dll
[Guid("CE25F8FD-863B-4D13-9651-C1F88DC73FE2")]
public class AsyncResult : ComObject
Inheritance
AsyncResult

Constructors

AsyncResult(nint)

public AsyncResult(nint nativePtr)

Parameters

nativePtr nint

Properties

Result

No documentation.

public Result Result { get; }

Property Value

Result

WaitHandle

No documentation.

public nint WaitHandle { get; }

Property Value

nint

Operators

explicit operator AsyncResult(nint)

public static explicit operator AsyncResult(nint nativePtr)

Parameters

nativePtr nint

Returns

AsyncResult