DkmPropertyProxy.GetManagedViewerCreationData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Not described (internal API).
Location constraint: API must be called from an IDE component (component level > 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);
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)
Parameters
- 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.