We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac40ac9 commit 30ff054Copy full SHA for 30ff054
docs/extensibility/debugger/reference/assemblylocresolution.md
@@ -20,20 +20,20 @@ Specifies where an assembly is located.
20
21
```cpp
22
enum enum_ASSEMBLYLOCRESOLUTION {
23
- ALR_NAME = 0x0,
24
- ALR_USERDIR = 0x1,
25
- ALR_SHAREDDIR = 0x2,
26
- ALR_REMOTEDIR = 0x4,
+ ALR_NAME = 0x0,
+ ALR_USERDIR = 0x1,
+ ALR_SHAREDDIR = 0x2,
+ ALR_REMOTEDIR = 0x4,
27
};
28
typedef DWORD ASSEMBLYLOCRESOLUTION;
29
```
30
31
```csharp
32
public enum enum_ASSEMBLYLOCRESOLUTION {
33
34
35
36
37
38
39
0 commit comments