SafePipeHandle Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SafePipeHandle() |
Creates a SafePipeHandle. |
SafePipeHandle(IntPtr, Boolean) |
Initializes a new instance of the SafePipeHandle class. |
SafePipeHandle()
- Source:
- SafePipeHandle.cs
- Source:
- SafePipeHandle.cs
- Source:
- SafePipeHandle.cs
Creates a SafePipeHandle.
public:
SafePipeHandle();
public SafePipeHandle ();
Public Sub New ()
Applies to
SafePipeHandle(IntPtr, Boolean)
- Source:
- SafePipeHandle.cs
- Source:
- SafePipeHandle.cs
- Source:
- SafePipeHandle.cs
Initializes a new instance of the SafePipeHandle class.
public:
SafePipeHandle(IntPtr preexistingHandle, bool ownsHandle);
public SafePipeHandle (IntPtr preexistingHandle, bool ownsHandle);
new Microsoft.Win32.SafeHandles.SafePipeHandle : nativeint * bool -> Microsoft.Win32.SafeHandles.SafePipeHandle
Public Sub New (preexistingHandle As IntPtr, ownsHandle As Boolean)
Parameters
- ownsHandle
- Boolean
true
to reliably release the handle during the finalization phase; false
to prevent reliable release (not recommended).
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.