CONSTRUCTOR_ENUM
Selects different types of constructors.
typedef enum ConstructorMatchOptions {
crAll = 0,
crNonStatic = 1,
crStatic = 2
} CONSTRUCTOR_ENUM;
public enum ConstructorMatchOptions {
crAll = 0,
crNonStatic = 1,
crStatic = 2
};
Members
crAll
Selects all constructors.crNonStatic
Selects non-static constructors.crStatic
Selects static constructors.
Remarks
Passed as an argument to the IDebugClassField::EnumConstructors method.
Requirements
Header: sh.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll