public Plugin(IHost host)
     : base(host)
 {
     host.AddProperty(PropertyReflector, String.Empty, typeof(String));
 }
Example #2
0
 public Plugin(IHost host)
     : base(host)
 {
     host.AddProperty(PropertyReflector, String.Empty, typeof(String));
 }
 public Plugin(IHost host)
     : base(host)
 {
     host.AddProperty(PropertyRootDirectory, String.Empty, typeof(String));
     host.AddProperty(PropertyAdditionalOptions, String.Empty, typeof(String));
 }
 public Plugin(IHost host)
     : base(host)
 {
     host.AddProperty(PropertyRootDirectory, String.Empty, typeof(String));
     host.AddProperty(PropertyAdditionalOptions, String.Empty, typeof(String));
 }
 public Plugin(IHost host)
     : base(host)
 {
     host.AddProperty(PropertyOutputDir, String.Empty, typeof(String));
     host.AddProperty(PropertyStrongKeyFile, String.Empty, typeof(String));
 }
 public Plugin(IHost host)
     : base(host)
 {
     host.AddProperty(PropertyOutputDir, String.Empty, typeof(String));
     host.AddProperty(PropertyStrongKeyFile, String.Empty, typeof(String));
 }
 public Plugin(IHost host)
     : base(host)
 {
     host.AddProperty(PropertyLastSearchFor, String.Empty, typeof(String));
     host.AddProperty(PropertyLogTo, String.Empty, typeof(String));
 }        
Example #8
0
 public Plugin(IHost host)
     : base(host)
 {
     host.AddProperty(PropertyLastSearchFor, String.Empty, typeof(String));
     host.AddProperty(PropertyLogTo, String.Empty, typeof(String));
 }