DkmPropertyProxy.GetManagedViewerCreationData(String, ReadOnlyCollection<Byte>, ReadOnlyCollection<Byte>, String, UInt32, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Non décrit (API interne).
Contrainte d’emplacement : l’API doit être appelée à partir d’un composant IDE (au niveau du composant > 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)
Paramètres
- AssemblyName
- String
[Out, optional] Non décrit (API interne).
- AssemblyBytes
- ReadOnlyCollection<Byte>
[Out, optional] Non décrit (API interne).
- AssemblyPdb
- ReadOnlyCollection<Byte>
[Out, optional] Non décrit (API interne).
- ClassName
- String
[Out, optional] nom de classe.
- AssemblyResolution
- UInt32
[Out] énumération enum_ASSEMBLYLOCRESOLUTION.
- ReplacementOk
- Boolean
[Out] remplacement OK.