InternalActivationContextHelper.GetApplicationManifestBytes(ActivationContext) Método
Definição
Obtém uma matriz de bytes que contém o conteúdo bruto do manifesto do aplicativo.Gets a byte array containing the raw content of the application manifest.
public:
static cli::array <System::Byte> ^ GetApplicationManifestBytes(ActivationContext ^ appInfo);
public static byte[] GetApplicationManifestBytes (ActivationContext appInfo);
static member GetApplicationManifestBytes : ActivationContext -> byte[]
Public Shared Function GetApplicationManifestBytes (appInfo As ActivationContext) As Byte()
Parâmetros
- appInfo
- ActivationContext
O objeto do qual os bytes serão recebidos.The object to get bytes from.
Retornos
- Byte[]
Uma matriz que contém o manifesto do aplicativo como dados brutos.An array containing the application manifest as raw data.