Skip to content

Commit e07c178

Browse files
authored
Merge pull request #2488 from changeworld/patch-21
Delete unnecessary spaces
2 parents 456689d + 30ff054 commit e07c178

File tree

1 file changed

+55
-55
lines changed

1 file changed

+55
-55
lines changed

docs/extensibility/debugger/reference/assemblylocresolution.md

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,67 +2,67 @@
22
title: "ASSEMBLYLOCRESOLUTION | Microsoft Docs"
33
ms.date: "11/04/2016"
44
ms.topic: "conceptual"
5-
f1_keywords:
5+
f1_keywords:
66
- "ASSEMBLYLOCRESOLUTION"
7-
helpviewer_keywords:
7+
helpviewer_keywords:
88
- "ASSEMBLYLOCRESOLUTION enumeration"
99
ms.assetid: 0bcfe85c-5f37-4a9d-bf2b-141acd96ad67
1010
author: "gregvanl"
1111
ms.author: "gregvanl"
1212
manager: jillfra
13-
ms.workload:
13+
ms.workload:
1414
- "vssdk"
1515
---
1616
# ASSEMBLYLOCRESOLUTION
17-
Specifies where an assembly is located.
18-
19-
## Syntax
20-
21-
```cpp
22-
enum enum_ASSEMBLYLOCRESOLUTION {
23-
ALR_NAME = 0x0,
24-
ALR_USERDIR = 0x1,
25-
ALR_SHAREDDIR = 0x2,
26-
ALR_REMOTEDIR = 0x4,
27-
};
28-
typedef DWORD ASSEMBLYLOCRESOLUTION;
29-
```
30-
31-
```csharp
32-
public enum enum_ASSEMBLYLOCRESOLUTION {
33-
ALR_NAME = 0x0,
34-
ALR_USERDIR = 0x1,
35-
ALR_SHAREDDIR = 0x2,
36-
ALR_REMOTEDIR = 0x4,
37-
};
38-
```
39-
40-
## Members
41-
ALR_NAME
42-
Assembly is located in the current namespace.
43-
44-
ALR_USERDIR
45-
Assembly is located in a user directory.
46-
47-
ALR_SHAREDDIR
48-
Assembly is located in shared directory.
49-
50-
ALR_REMOTEDIR
51-
Assembly is located in a remote directory.
52-
53-
## Remarks
54-
These values are returned by the [ResolveAssemblyRef](../../../extensibility/debugger/reference/ipropertyproxyeeside-resolveassemblyref.md) and [GetManagedViewerCreationData](../../../extensibility/debugger/reference/ipropertyproxyeeside-getmanagedviewercreationdata.md) methods.
55-
56-
These values can be combined with the `OR` operation.
57-
58-
## Requirements
59-
Header: msdbg.h
60-
61-
Namespace: Microsoft.VisualStudio.Debugger.Interop
62-
63-
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll
64-
65-
## See Also
66-
[Enumerations](../../../extensibility/debugger/reference/enumerations-visual-studio-debugging.md)
67-
[ResolveAssemblyRef](../../../extensibility/debugger/reference/ipropertyproxyeeside-resolveassemblyref.md)
68-
[GetManagedViewerCreationData](../../../extensibility/debugger/reference/ipropertyproxyeeside-getmanagedviewercreationdata.md)
17+
Specifies where an assembly is located.
18+
19+
## Syntax
20+
21+
```cpp
22+
enum enum_ASSEMBLYLOCRESOLUTION {
23+
ALR_NAME = 0x0,
24+
ALR_USERDIR = 0x1,
25+
ALR_SHAREDDIR = 0x2,
26+
ALR_REMOTEDIR = 0x4,
27+
};
28+
typedef DWORD ASSEMBLYLOCRESOLUTION;
29+
```
30+
31+
```csharp
32+
public enum enum_ASSEMBLYLOCRESOLUTION {
33+
ALR_NAME = 0x0,
34+
ALR_USERDIR = 0x1,
35+
ALR_SHAREDDIR = 0x2,
36+
ALR_REMOTEDIR = 0x4,
37+
};
38+
```
39+
40+
## Members
41+
ALR_NAME
42+
Assembly is located in the current namespace.
43+
44+
ALR_USERDIR
45+
Assembly is located in a user directory.
46+
47+
ALR_SHAREDDIR
48+
Assembly is located in shared directory.
49+
50+
ALR_REMOTEDIR
51+
Assembly is located in a remote directory.
52+
53+
## Remarks
54+
These values are returned by the [ResolveAssemblyRef](../../../extensibility/debugger/reference/ipropertyproxyeeside-resolveassemblyref.md) and [GetManagedViewerCreationData](../../../extensibility/debugger/reference/ipropertyproxyeeside-getmanagedviewercreationdata.md) methods.
55+
56+
These values can be combined with the `OR` operation.
57+
58+
## Requirements
59+
Header: msdbg.h
60+
61+
Namespace: Microsoft.VisualStudio.Debugger.Interop
62+
63+
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll
64+
65+
## See Also
66+
[Enumerations](../../../extensibility/debugger/reference/enumerations-visual-studio-debugging.md)
67+
[ResolveAssemblyRef](../../../extensibility/debugger/reference/ipropertyproxyeeside-resolveassemblyref.md)
68+
[GetManagedViewerCreationData](../../../extensibility/debugger/reference/ipropertyproxyeeside-getmanagedviewercreationdata.md)

0 commit comments

Comments
 (0)