Table of Contents

Delegate MaterialCacheIDGetMethodDelegate

Namespace
TaleWorlds.Engine
Assembly
TaleWorlds.Engine.dll
public delegate string MaterialCacheIDGetMethodDelegate(object o)

Parameters

o object

Returns

string
Extension Methods

Constructors

MaterialCacheIDGetMethodDelegate(object, IntPtr)

public MaterialCacheIDGetMethodDelegate(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(object, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(object o, AsyncCallback callback, object @object)

Parameters

o object
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual string EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

string

Invoke(object)

public virtual string Invoke(object o)

Parameters

o object

Returns

string

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).