InternalActivationContextHelper.GetDeploymentManifestBytes(ActivationContext) 方法
定义
获取一个包含部署清单的原始内容的字节数组。Gets a byte array containing the raw content of the deployment manifest.
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
要从中获取字节的对象。The object to get bytes from.
返回
- Byte[]
一个包含部署清单作为原始数据的数组。An array containing the deployment manifest as raw data.