Dela via


ICorDebugMergedAssemblyRecord::GetPublicKey-metod

Hämtar sammansättningens offentliga nyckel.

Syntax

HRESULT GetPublicKey(
   [in] ULONG32 cbPublicKey,
   [out] ULONG32 *pcbPublicKey,
   [out, size_is(cbPublicKey), length_is(*pcbPublicKey)] BYTE pbPublicKey[]);

Parametrar

cbPublicKey [i] Det maximala antalet byte i matrisen pbPublicKey .

pcbPublicKey [ut] En pekare till det faktiska antalet byte som skrivits till matrisen pbPublicKey .

pbPublicKey [ut] En pekare till en bytematris som innehåller sammansättningens offentliga nyckel.

Kommentarer

Kommentar

Den här metoden är endast tillgänglig med .NET Native.

Krav

Plattformar: Se Systemkrav.

Rubrik: CorDebug.idl, CorDebug.h

Bibliotek: CorGuids.lib

.NET Framework-versioner: Endast tillgänglig sedan 4.6, .NET Native

Se även