Table of Contents

Delegate BinaryHelper.ReaderMethod

Namespace
Shift.Common
Assembly
Shift.Common.dll
public delegate object BinaryHelper.ReaderMethod(BinaryReader reader)

Parameters

reader BinaryReader

Returns

object
Extension Methods

Constructors

ReaderMethod(object, IntPtr)

public ReaderMethod(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(BinaryReader, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(BinaryReader reader, AsyncCallback callback, object @object)

Parameters

reader BinaryReader
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual object EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

object

Invoke(BinaryReader)

public virtual object Invoke(BinaryReader reader)

Parameters

reader BinaryReader

Returns

object