Search Results for

    Show / Hide Table of Contents

    Struct Synchronization.ReaderWriterLockSlimReadLocker

    A locker for a read lock on a that automatically releases when it is disposed. Create this with LockRead(ReaderWriterLockSlim).

    Implements
    IDisposable
    Namespace: IPA.Utilities.Async
    Assembly: IPA.Loader.dll
    Syntax
    public struct ReaderWriterLockSlimReadLocker

    Implements

    IDisposable

    Extension Methods

    ReflectionUtil.SetField<T, U>(T, String, U)
    ReflectionUtil.GetField<U, T>(T, String)
    ReflectionUtil.SetProperty<T, U>(T, String, U)
    ReflectionUtil.GetProperty<U, T>(T, String)
    ReflectionUtil.InvokeMethod<U, T>(T, String, Object[])

    See Also

    Synchronization
    LockRead(ReaderWriterLockSlim)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX