_AppDomain.GetType Metodo

Definizione

Fornisce oggetti COM con accesso indipendente dalla versione al metodo GetType().

public:
 Type ^ GetType();
public Type GetType ();
abstract member GetType : unit -> Type
Public Function GetType () As Type

Restituisce

Oggetto Type che rappresenta il tipo dell'istanza corrente.

Commenti

Vedere il AppDomain.GetType metodo.

Si applica a