DkmPropertyProxy.GetManagedViewerCreationData Yöntem

Tanım

Açıklanmamıştır (iç API).

Konum kısıtlaması: API 'nin bir IDE bileşeninden çağrılması gerekir (bileşen düzeyi > 100.000).

public:
 void GetManagedViewerCreationData([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 (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);
member this.GetManagedViewerCreationData : string * ReadOnlyCollection * ReadOnlyCollection * string * uint32 * bool -> unit
Public Sub GetManagedViewerCreationData (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)

Parametreler

AssemblyName
String

[Out, Isteğe bağlı] Açıklanmamıştır (iç API).

AssemblyBytes
ReadOnlyCollection<Byte>

[Out, Isteğe bağlı] Açıklanmamıştır (iç API).

AssemblyPdb
ReadOnlyCollection<Byte>

[Out, Isteğe bağlı] Açıklanmamıştır (iç API).

ClassName
String

[Out, optional] sınıf adı.

AssemblyResolution
UInt32

[Out] numaralandırma enum_ASSEMBLYLOCRESOLUTION.

ReplacementOk
Boolean

[Out] değiştirme tamam.

Şunlara uygulanır