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

StoreOperationPinDeployment() public méthode

public StoreOperationPinDeployment ( IDefinitionAppId AppId, StoreApplicationReference Ref ) : System
AppId IDefinitionAppId
Ref StoreApplicationReference
Résultat System
        public StoreOperationPinDeployment(IDefinitionAppId AppId, StoreApplicationReference Ref)
        {
            this.Size = (uint) Marshal.SizeOf(typeof(StoreOperationPinDeployment));
            this.Flags = OpFlags.NeverExpires;
            this.Application = AppId;
            this.Reference = Ref.ToIntPtr();
            this.ExpirationTime = 0L;
        }

Same methods

StoreOperationPinDeployment::StoreOperationPinDeployment ( IDefinitionAppId AppId, DateTime Expiry, StoreApplicationReference Ref ) : System
StoreOperationPinDeployment