IDkmClrUIVisualizerService.ResolveAssemblyReference(DkmPropertyProxy, String, UInt32, ReadOnlyCollection<Byte>, ReadOnlyCollection<Byte>, String, UInt32) Methode

Definition

Implementiert 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)

Parameter

propertyProxy
DkmPropertyProxy

In Der Concord-Wrapper um ipropertyproxyeeside.

assemblyName
String

In Nicht beschrieben (interne API).

flags
UInt32

In GetAssembly-Flags.

assemblyBytes
ReadOnlyCollection<Byte>

[Out, optional] Nicht beschrieben (interne API).

assemblyPdb
ReadOnlyCollection<Byte>

[Out, optional] Nicht beschrieben (interne API).

assemblyLocation
String

[Out, optional] Nicht beschrieben (interne API).

assemblyResolution
UInt32

Vorgenommen Assemblylokresolution-Enum.

Gilt für