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

StoreOperationStageComponentFile() public méthode

public StoreOperationStageComponentFile ( IDefinitionAppId App, IDefinitionIdentity Component, string CompRelPath, string SrcFile ) : System
App IDefinitionAppId
Component IDefinitionIdentity
CompRelPath string
SrcFile string
Résultat System
        public StoreOperationStageComponentFile(IDefinitionAppId App, IDefinitionIdentity Component, string CompRelPath, string SrcFile)
        {
            this.Size = (uint) Marshal.SizeOf(typeof(StoreOperationStageComponentFile));
            this.Flags = OpFlags.Nothing;
            this.Application = App;
            this.Component = Component;
            this.ComponentRelativePath = CompRelPath;
            this.SourceFilePath = SrcFile;
        }

Same methods

StoreOperationStageComponentFile::StoreOperationStageComponentFile ( IDefinitionAppId App, string CompRelPath, string SrcFile ) : System
StoreOperationStageComponentFile