_Type.UnderlyingSystemType Proprietà

Definizione

Fornisce oggetti COM con accesso indipendente dalla versione alla proprietà UnderlyingSystemType.

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

Valore della proprietà

Tipo di sistema sottostante per l'oggetto Type.

Commenti

Questa proprietà è destinata all'accesso alle classi gestite dal codice non gestito e non deve essere chiamata dal codice gestito.

La Type.UnderlyingSystemType proprietà indica il tipo fornito da Common Language Runtime che rappresenta questo tipo.

Si applica a