C# Class System.IO.Pipes.SecurityAttributesHack

Show file Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
Inheritable bool
Length int
SecurityDescriptor System.IntPtr

Public Methods

Method Description
SecurityAttributesHack ( bool inheritable ) : System

Method Details

SecurityAttributesHack() public method

public SecurityAttributesHack ( bool inheritable ) : System
inheritable bool
return System

Property Details

Inheritable public property

public bool Inheritable
return bool

Length public property

public int Length
return int

SecurityDescriptor public property

public IntPtr,System SecurityDescriptor
return System.IntPtr