IDkmClrUIVisualizerService.ResolveAssemblyReference(DkmPropertyProxy, String, UInt32, ReadOnlyCollection<Byte>, ReadOnlyCollection<Byte>, String, UInt32) Método

Definição

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

Parâmetros

propertyProxy
DkmPropertyProxy

No Wrapper Concord em cerca de IPropertyProxyEESide.

assemblyName
String

No Não descrito (API interna).

flags
UInt32

No Sinalizadores GetAssembly.

assemblyBytes
ReadOnlyCollection<Byte>

[Saída, opcional] Não descrito (API interna).

assemblyPdb
ReadOnlyCollection<Byte>

[Saída, opcional] Não descrito (API interna).

assemblyLocation
String

[Saída, opcional] Não descrito (API interna).

assemblyResolution
UInt32

Fora ASSEMBLYLOCRESOLUTION enum.

Aplica-se a