New to Telerik UI for WPFStart a free 30-day trial

Retrieves the value of a property of an object instance. Used to generate dynamic methods to bypass reflection.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public delegate object GetPropertyValueDelegate(object instance)

Constructors

C#
public GetPropertyValueDelegate(object @object, nint method)
Parameters:objectobjectmethodnint

Methods

C#
public virtual IAsyncResult BeginInvoke(object instance, AsyncCallback callback, object @object)
Parameters:instanceobjectcallbackAsyncCallbackobjectobjectReturns:

IAsyncResult

C#
public virtual object EndInvoke(IAsyncResult result)
Parameters:resultIAsyncResultReturns:

object

C#
public virtual object Invoke(object instance)
Parameters:instanceobjectReturns:

object