Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
A set of flags passed to IXCLRDataProcess::FollowStub and IXCLRDataProcess::FollowStub2 that define how to follow the stub.
Syntax
typedef enum CLRDataFollowStubInFlag {
CLRDATA_FOLLOW_STUB_DEFAULT = 0x00000000
} CLRDataFollowStubInFlag;
Members
| Member | Value | Description |
|---|---|---|
CLRDATA_FOLLOW_STUB_DEFAULT |
0x00000000 | Default follow flag. inFlags for the various FollowStub methods must be set to this value. |
Remarks
This enumeration lives inside the runtime and is not exposed through any headers or library files. To use it, define the enumeration as specified above.
Requirements
Platforms: See System Requirements. Header: None Library: None .NET Framework Versions: Available since 4.7