IDkmClrUIVisualizerService.GetManagedViewerCreationData 方法

定义

(内部 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)

参数

propertyProxy
DkmPropertyProxy

中IPropertyProxyEESide 周围的 Concord 包装器。

assemblyName
String

[Out,Optional] (内部 API) 未述。

assemblyBytes
ReadOnlyCollection<Byte>

[Out,Optional] (内部 API) 未述。

assemblyPdb
ReadOnlyCollection<Byte>

[Out,Optional] (内部 API) 未述。

className
String

[Out,Optional] 类名。

assemblyResolution
UInt32

[Out] enum_ASSEMBLYLOCRESOLUTION 枚举。

replacementOk
Boolean

[Out] 替换正常。

适用于