InternalActivationContextHelper.GetApplicationManifestBytes 方法

定义

获取一个包含应用程序清单的原始内容的字节数组。

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

参数

appInfo
ActivationContext

要从中获取字节的对象。

返回

Byte[]

一个包含应用程序清单作为原始数据的数组。

适用于