ComAwareEventInfo.ReflectedType Property

Definition

Gets the class object that was used to initialize this instance.

public:
 virtual property Type ^ ReflectedType { Type ^ get(); };
public override Type? ReflectedType { 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 initialize the current object.

Applies to