Class GetPropertyValueDelegate
Retrieves the value of a property of an object instance. Used to generate dynamic methods to bypass reflection.
Inheritance
System.Object
GetPropertyValueDelegate
Namespace: Telerik.Windows.Controls.ChartView
Assembly: Telerik.Windows.Controls.Chart.dll
Syntax
public sealed class GetPropertyValueDelegate : MulticastDelegate
Constructors
GetPropertyValueDelegate(Object, IntPtr)
Declaration
public GetPropertyValueDelegate(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object instance, AsyncCallback callback, object object)
Parameters
System.Object
instance
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual object EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Returns
System.Object
|
Invoke(Object)
Declaration
public virtual object Invoke(object instance)
Parameters
System.Object
instance
|
Returns
System.Object
|