Table of Contents

Delegate BinaryHelper.WriterMethod

Namespace
Shift.Common
Assembly
Shift.Common.dll
public delegate void BinaryHelper.WriterMethod(BinaryWriter writer, object value)

Parameters

writer BinaryWriter
value object
Extension Methods

Constructors

WriterMethod(object, IntPtr)

public WriterMethod(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(BinaryWriter, object, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(BinaryWriter writer, object value, AsyncCallback callback, object @object)

Parameters

writer BinaryWriter
value object
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(BinaryWriter, object)

public virtual void Invoke(BinaryWriter writer, object value)

Parameters

writer BinaryWriter
value object