ObjectFlowControl::CheckForSyncLockOnValueType Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Checks for a synchronization lock on the specified type.

Namespace:   Microsoft.VisualBasic.CompilerServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
static void CheckForSyncLockOnValueType(
	Object^ Expression
)

Parameters

Expression
Type: System::Object^

The data type for which to check for synchronization lock.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone
Available since 8.1
Return to top
Show: