Lock Class

Definition

Note

To use this preview API, you must enable preview features in your project by setting the EnablePreviewFeatures property to True in your project file. For more information, see https://aka.ms/dotnet-preview-features.

public ref class Lock sealed
[System.Runtime.Versioning.RequiresPreviewFeatures]
public sealed class Lock
[<System.Runtime.Versioning.RequiresPreviewFeatures>]
type Lock = class
Public NotInheritable Class Lock
Inheritance
Lock
Attributes

Constructors

Lock()

Properties

IsHeldByCurrentThread

Methods

Enter()
EnterScope()
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
Exit()
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryEnter()
TryEnter(Int32)
TryEnter(TimeSpan)

Applies to