Class GetValueDelegate
Use to get the property value without using reflection.
Inheritance
System.Object
GetValueDelegate
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class GetValueDelegate : MulticastDelegate
Constructors
GetValueDelegate(Object, IntPtr)
Declaration
public GetValueDelegate(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, String, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object o, string name, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
System.String |
name |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual IComparable EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Invoke(Object, String)
Declaration
public virtual IComparable Invoke(object o, string name)
Parameters
Type |
Name |
Description |
System.Object |
o |
|
System.String |
name |
|
Returns