HandleInheritability Enum

Definition

Specifies whether the underlying handle is inheritable by child processes.

public enum class HandleInheritability
public enum HandleInheritability
[System.Serializable]
public enum HandleInheritability
type HandleInheritability = 
[<System.Serializable>]
type HandleInheritability = 
Public Enum HandleInheritability
Inheritance
HandleInheritability
Attributes

Fields

Inheritable 1

Specifies that the handle is inheritable by child processes.

None 0

Specifies that the handle is not inheritable by child processes.

Applies to