HandleInheritability Enumeração

Definição

Especifica se o identificador subjacente pode ser herdado pelos processos filhos.

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

Inheritable 1

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

None 0

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

Aplica-se a