CONSTRUCTOR_ENUM

Wählt verschiedene Typen von Konstruktoren aus.

Syntax

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

Felder

crAll
Wählt alle Konstruktoren aus.

crNonStatic
Wählt nicht statische Konstruktoren aus.

crStatic
Wählt statische Konstruktoren aus.

Hinweise

Wird als Argument an die EnumConstructors-Methode übergeben.

Anforderungen

Kopfzeile: sh.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

Siehe auch