Exception.GetType Yöntem
Tanım
Geçerli örneğin çalışma zamanı türünü alır.Gets the runtime type of the current instance.
public:
Type ^ GetType();
public:
virtual Type ^ GetType();
public Type GetType ();
override this.GetType : unit -> Type
Public Function GetType () As Type
Döndürülenler
TypeGeçerli örneğin tam çalışma zamanı türünü temsil eden nesne.A Type object that represents the exact runtime type of the current instance.
Uygulamalar
Açıklamalar
GetTypeYöntemi, .NET Framework altyapısını desteklemek için vardır ve temel yöntemi dahili olarak çağırır Object.GetType .The GetType method exists to support the .NET Framework infrastructure, and internally invokes the fundamental method, Object.GetType.