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[]

배포 매니페스트가 원시 데이터로 들어 있는 배열입니다.

적용 대상