Пример #1
0
 public AssemblyArtifact(IDistributionSegment Segment, NodeFilePath ArtifactPath)
     : base(Segment, ArtifactPath)
 {
     Descriptor = from a in ClrAssembly.Get(ArtifactPath)
                  from d in a.Describe()
                  select d;
 }
Пример #2
0
 public DistributionArtifact(IDistributionSegment Segment, NodeFilePath ArtifactPath)
 {
     this.Segment      = Segment;
     this.ArtifactPath = ArtifactPath;
 }