ManagedToNativeComInteropStubAttribute.ClassType Property

Definition

Gets the class that contains the required stub method.

public:
 property Type ^ ClassType { Type ^ get(); };
public Type ClassType { get; }
member this.ClassType : Type
Public ReadOnly Property ClassType As Type

Property Value

The class that contains the customized interop stub.

Applies to