Kimono.KLockFile.IsLocked C# (CSharp) Метод

IsLocked() публичный Метод

Returns whether the lock is held or not
public IsLocked ( ) : bool
Результат bool
        public bool IsLocked()
        {
            return (bool) interceptor.Invoke("isLocked", "isLocked() const", typeof(bool));
        }