Table of Contents

Delegate Paths.PathProcessorHandler

Namespace
Coherence.Editor
Assembly
Coherence.Editor.dll
public delegate string Paths.PathProcessorHandler(string path)

Parameters

path string

Returns

string

Constructors

PathProcessorHandler(object, IntPtr)

public PathProcessorHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string path, AsyncCallback callback, object @object)

Parameters

path string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual string EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

string

Invoke(string)

public virtual string Invoke(string path)

Parameters

path string

Returns

string