ObjectFlowControl.CheckForSyncLockOnValueType(Object) Methode

Definition

Prüft auf eine Synchronisierungssperre für den angegebenen Typ.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 static void CheckForSyncLockOnValueType(System::Object ^ Expression);
public static void CheckForSyncLockOnValueType (object Expression);
public static void CheckForSyncLockOnValueType (object? Expression);
static member CheckForSyncLockOnValueType : obj -> unit
Public Shared Sub CheckForSyncLockOnValueType (Expression As Object)

Parameter

Expression
Object

Der Datentyp, der auf eine Synchronisierungssperre geprüft wird.

Gilt für: