Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies where an assembly is located.
Syntax
public enum enum_ASSEMBLYLOCRESOLUTION {
ALR_NAME = 0x0,
ALR_USERDIR = 0x1,
ALR_SHAREDDIR = 0x2,
ALR_REMOTEDIR = 0x4,
};
Fields
ALR_NAME
Assembly is located in the current namespace.
ALR_USERDIR
Assembly is located in a user directory.
ALR_SHAREDDIR
Assembly is located in shared directory.
ALR_REMOTEDIR
Assembly is located in a remote directory.
Remarks
These values are returned by the ResolveAssemblyRef and GetManagedViewerCreationData methods.
These values can be combined with the OR operation.
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll