System.Deployment.Internal.InternalActivationContextHelper.GetDeploymentManifestBytes C# (CSharp) Method

GetDeploymentManifestBytes() private method

private GetDeploymentManifestBytes ( ActivationContext appInfo ) : byte[]
appInfo System.ActivationContext
return byte[]
		public static byte [] GetDeploymentManifestBytes (ActivationContext appInfo)
		{
			throw new NotImplementedException ();
		}