नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
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