Microsoft.Win32.SafeHandles.SafeProcessHandle.SafeProcessHandle C# (CSharp) 메소드

SafeProcessHandle() 공개 메소드

public SafeProcessHandle ( System existingHandle, bool ownsHandle )
existingHandle System
ownsHandle bool
        public SafeProcessHandle(System.IntPtr existingHandle, bool ownsHandle) : base(default(bool)) { }
        public override bool IsInvalid { [System.Security.SecurityCritical] get { throw null; } }

Same methods

SafeProcessHandle::SafeProcessHandle ( ) : System
SafeProcessHandle::SafeProcessHandle ( IntPtr handle ) : System
SafeProcessHandle::SafeProcessHandle ( IntPtr existingHandle, bool ownsHandle ) : System
SafeProcessHandle::SafeProcessHandle ( int processId ) : System