选择构造函数具有不同的类型。
typedef enum ConstructorMatchOptions {
crAll = 0,
crNonStatic = 1,
crStatic = 2
} CONSTRUCTOR_ENUM;
public enum ConstructorMatchOptions {
crAll = 0,
crNonStatic = 1,
crStatic = 2
};
成员
crAll
选择所有构造函数。crNonStatic
选择非静态构造函数。crStatic
选择静态构造函数。
备注
将作为参数传递 IDebugClassField:: EnumConstructors 方法。
要求
标题:sh.h
命名空间:Microsoft.VisualStudio.Debugger.Interop
程序集:Microsoft.VisualStudio.Debugger.Interop.dll