Edita

Comparteix a través de


JSFieldInfo.ReflectedType Property

Definition

Overloads

ReflectedType

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the class object that was used to obtain this instance through reflection.

ReflectedType

Gets the class object that was used to obtain this instance through reflection.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual property Type ^ ReflectedType { Type ^ get(); };
public override Type ReflectedType { get; }
member this.ReflectedType : Type
Public Overrides ReadOnly Property ReflectedType As Type

Property Value

The Type object that was used to obtain this method.

See also

Applies to