Class GetMachiningToolsImportLibPointer
Inheritance
object
GetMachiningToolsImportLibPointer
Assembly: STMachiningToolsImportHelper.dll
public sealed class GetMachiningToolsImportLibPointer : MulticastDelegate
Constructors
Declaration
public GetMachiningToolsImportLibPointer(object @object, IntPtr method)
Parameters
| Type |
Name |
Description |
| object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
Parameters
| Type |
Name |
Description |
| System.AsyncCallback |
callback |
|
| object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
Declaration
public virtual IntPtr EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.IntPtr |
|
Declaration
public virtual IntPtr Invoke()
Returns
| Type |
Description |
| System.IntPtr |
|