System.Runtime.InteropServices.CriticalHandle.SetHandle C# (CSharp) Method

SetHandle() private method

private SetHandle ( IntPtr handle ) : void
handle IntPtr
return void
    protected void SetHandle(IntPtr handle) {
        this.handle = handle;
    }