IDkmClrUIVisualizerService.ResolveAssemblyReference Method

Definition

Implements 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);
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)

Parameters

propertyProxy
DkmPropertyProxy

[In] Concord wrapper around IPropertyProxyEESide.

assemblyName
String

[In] Not described (internal API).

flags
UInt32

[In] GETASSEMBLY flags.

assemblyBytes
ReadOnlyCollection<Byte>

[Out,Optional] Not described (internal API).

assemblyPdb
ReadOnlyCollection<Byte>

[Out,Optional] Not described (internal API).

assemblyLocation
String

[Out,Optional] Not described (internal API).

assemblyResolution
UInt32

[Out] ASSEMBLYLOCRESOLUTION enum.

Applies to