DkmPropertyProxy.ResolveAssemblyReference Yöntem

Tanım

IPropertyProxyEESide:: ResolveAssemblyReference () uygular.

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

public:
 void ResolveAssemblyReference(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 (string AssemblyName, uint Flags, out System.Collections.ObjectModel.ReadOnlyCollection<byte> AssemblyBytes, out System.Collections.ObjectModel.ReadOnlyCollection<byte> AssemblyPdb, out string AssemblyLocation, out uint AssemblyResolution);
member this.ResolveAssemblyReference : string * uint32 * ReadOnlyCollection * ReadOnlyCollection * string * uint32 -> unit
Public Sub ResolveAssemblyReference (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)

Parametreler

AssemblyName
String

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

Flags
UInt32

'Ndaki GETASSEMBLY bayrakları.

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

AssemblyLocation
String

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

AssemblyResolution
UInt32

Dışı ASSEMBLYLOCRESOLUTION sabit listesi.

Şunlara uygulanır