CONSTRUCTOR_ENUM

Selecciona diferentes tipos de constructores.

Sintaxis

public enum ConstructorMatchOptions {
    crAll       = 0,
    crNonStatic = 1,
    crStatic    = 2
};

Fields

crAll
Selecciona todos los constructores.

crNonStatic
Selecciona constructores no estáticos.

crStatic
Selecciona constructores estáticos.

Comentarios

Se pasa como argumento al método EnumConstructors .

Requisitos

Encabezado: sh.h

Espacio de nombres: Microsoft.VisualStudio.Debugger.Interop

Ensamblado: Microsoft.VisualStudio.Debugger.Interop.dll

Consulte también