HandleInheritability Enumeração

Definição

Especifica se o identificador subjacente é herdável por processos filho.

public enum class HandleInheritability
public enum HandleInheritability
[System.Serializable]
public enum HandleInheritability
type HandleInheritability = 
[<System.Serializable>]
type HandleInheritability = 
Public Enum HandleInheritability
Herança
HandleInheritability
Atributos

Campos

Nome Valor Description
None 0

Especifica que o identificador não é herdável por processos filho.

Inheritable 1

Especifica que o identificador é herdável por processos filho.

Aplica-se a