AppDomain.GetType Method

Definition

Gets the type of the current instance.

public:
 virtual Type ^ GetType();
public:
 Type ^ GetType();
public Type GetType ();
override this.GetType : unit -> Type
Public Function GetType () As Type

Returns

The type of the current instance.

Implements

Applies to