System.Deployment.Internal.Isolation.StoreOperationUninstallDeployment.StoreOperationUninstallDeployment C# (CSharp) Méthode

StoreOperationUninstallDeployment() public méthode

public StoreOperationUninstallDeployment ( IDefinitionAppId appid, StoreApplicationReference AppRef ) : System
appid IDefinitionAppId
AppRef StoreApplicationReference
Résultat System
        public StoreOperationUninstallDeployment(IDefinitionAppId appid, StoreApplicationReference AppRef)
        {
            this.Size = (uint) Marshal.SizeOf(typeof(StoreOperationUninstallDeployment));
            this.Flags = OpFlags.Nothing;
            this.Application = appid;
            this.Reference = AppRef.ToIntPtr();
        }
StoreOperationUninstallDeployment