Share via


InternalActivationContextHelper.GetDeploymentManifestBytes 方法

定义

获取一个包含部署清单的原始内容的字节数组。

public:
 static cli::array <System::Byte> ^ GetDeploymentManifestBytes(ActivationContext ^ appInfo);
public static byte[] GetDeploymentManifestBytes (ActivationContext appInfo);
static member GetDeploymentManifestBytes : ActivationContext -> byte[]
Public Shared Function GetDeploymentManifestBytes (appInfo As ActivationContext) As Byte()

参数

appInfo
ActivationContext

要从中获取字节的对象。

返回

Byte[]

一个包含部署清单作为原始数据的数组。

适用于