CounterData.RawValue Propiedad

Definición

Obtiene o establece los datos del contador sin formato.

public:
 property long RawValue { long get(); void set(long value); };
public long RawValue { get; set; }
public long RawValue { [System.Security.SecurityCritical] get; [System.Security.SecurityCritical] set; }
member this.RawValue : int64 with get, set
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.RawValue : int64 with get, set
Public Property RawValue As Long

Valor de propiedad

Datos sin formato del contador.

Atributos

Comentarios

Esta propiedad no es segura para subprocesos y solo es adecuada para el acceso de un solo subproceso. Para el acceso multiproceso a los datos del contador, use la Value propiedad .

Se aplica a