Experimental: this API is experimental and might be changed or removed in the future.

TypeFlagsExtensions.IsValueType

Cambiar al Manual
public static bool IsValueType (Profiling.Memory.Experimental.TypeFlags flags);

Parámetros

flagsThe TypeFlags to compute from (accessible via this).

Valor de retorno

bool Returns true if the type associated with this TypeFlags is a value type (as opposed to a reference type).

Descripción

Returns whether the type describes a value type.