|
2 | 2 | title: "ASSEMBLYLOCRESOLUTION | Microsoft Docs"
|
3 | 3 | ms.date: "11/04/2016"
|
4 | 4 | ms.topic: "conceptual"
|
5 |
| -f1_keywords: |
| 5 | +f1_keywords: |
6 | 6 | - "ASSEMBLYLOCRESOLUTION"
|
7 |
| -helpviewer_keywords: |
| 7 | +helpviewer_keywords: |
8 | 8 | - "ASSEMBLYLOCRESOLUTION enumeration"
|
9 | 9 | ms.assetid: 0bcfe85c-5f37-4a9d-bf2b-141acd96ad67
|
10 | 10 | author: "gregvanl"
|
11 | 11 | ms.author: "gregvanl"
|
12 | 12 | manager: jillfra
|
13 |
| -ms.workload: |
| 13 | +ms.workload: |
14 | 14 | - "vssdk"
|
15 | 15 | ---
|
16 | 16 | # 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