IDkmClrUIVisualizerService.GetManagedViewerCreationData Method

Definition

Not described (internal API).

public:
 void GetManagedViewerCreationData(Microsoft::VisualStudio::Debugger::Internal::DkmPropertyProxy ^ propertyProxy, [Runtime::InteropServices::Out] System::String ^ % assemblyName, [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 ^ % className, [Runtime::InteropServices::Out] System::UInt32 % assemblyResolution, [Runtime::InteropServices::Out] bool % replacementOk);
public void GetManagedViewerCreationData (Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy propertyProxy, out string assemblyName, out System.Collections.ObjectModel.ReadOnlyCollection<byte> assemblyBytes, out System.Collections.ObjectModel.ReadOnlyCollection<byte> assemblyPdb, out string className, out uint assemblyResolution, out bool replacementOk);
abstract member GetManagedViewerCreationData : Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy * string * ReadOnlyCollection * ReadOnlyCollection * string * uint32 * bool -> unit
Public Sub GetManagedViewerCreationData (propertyProxy As DkmPropertyProxy, ByRef assemblyName As String, ByRef assemblyBytes As ReadOnlyCollection(Of Byte), ByRef assemblyPdb As ReadOnlyCollection(Of Byte), ByRef className As String, ByRef assemblyResolution As UInteger, ByRef replacementOk As Boolean)

Parameters

propertyProxy
DkmPropertyProxy

[In] Concord wrapper around IPropertyProxyEESide.

assemblyName
String

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

assemblyBytes
ReadOnlyCollection<Byte>

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

assemblyPdb
ReadOnlyCollection<Byte>

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

className
String

[Out,Optional] class name.

assemblyResolution
UInt32

[Out] enum_ASSEMBLYLOCRESOLUTION enumeration.

replacementOk
Boolean

[Out] replacement ok.

Applies to