IDkmClrUIVisualizerService.ResolveAssemblyReference 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实现 IPropertyProxyEESide:: ResolveAssemblyReference () 。
public:
void ResolveAssemblyReference(Microsoft::VisualStudio::Debugger::Internal::DkmPropertyProxy ^ propertyProxy, System::String ^ assemblyName, System::UInt32 flags, [Runtime::InteropServices::Out] System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ % assemblyBytes, [Runtime::InteropServices::Out] System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ % assemblyPdb, [Runtime::InteropServices::Out] System::String ^ % assemblyLocation, [Runtime::InteropServices::Out] System::UInt32 % assemblyResolution);
public void ResolveAssemblyReference (Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy propertyProxy, string assemblyName, uint flags, out System.Collections.ObjectModel.ReadOnlyCollection<byte> assemblyBytes, out System.Collections.ObjectModel.ReadOnlyCollection<byte> assemblyPdb, out string assemblyLocation, out uint assemblyResolution);
abstract member ResolveAssemblyReference : Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy * string * uint32 * ReadOnlyCollection * ReadOnlyCollection * string * uint32 -> unit
Public Sub ResolveAssemblyReference (propertyProxy As DkmPropertyProxy, assemblyName As String, flags As UInteger, ByRef assemblyBytes As ReadOnlyCollection(Of Byte), ByRef assemblyPdb As ReadOnlyCollection(Of Byte), ByRef assemblyLocation As String, ByRef assemblyResolution As UInteger)
参数
- propertyProxy
- DkmPropertyProxy
中IPropertyProxyEESide 周围的 Concord 包装器。
- assemblyName
- String
中 (内部 API) 未述。
- flags
- UInt32
中GETASSEMBLY 标志。
- assemblyBytes
- ReadOnlyCollection<Byte>
[Out,Optional] (内部 API) 未述。
- assemblyPdb
- ReadOnlyCollection<Byte>
[Out,Optional] (内部 API) 未述。
- assemblyLocation
- String
[Out,Optional] (内部 API) 未述。
- assemblyResolution
- UInt32
弄ASSEMBLYLOCRESOLUTION 枚举。