Esempio n. 1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ProtectionParameters" /> class.
 /// </summary>
 /// <param name="component">The component that this parameters applied to.</param>
 /// <param name="targets">The protection targets.</param>
 internal ProtectionParameters(DotProtectComponent component, IList <IDnlibDef> targets)
 {
     comp    = component;
     Targets = targets;
 }
Esempio n. 2
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="ProtectionPhase" /> class.
 /// </summary>
 /// <param name="parent">The parent component of this phase.</param>
 public ProtectionPhase(DotProtectComponent parent)
 {
     Parent = parent;
 }