IsEntered()

Monitor::IsEntered(const System::SharedPtr<Object>&) method

Determines whether the current thread holds the lock on the specified object.

static bool System::Threading::Monitor::IsEntered(const System::SharedPtr<Object> &obj)

See Also