Esempio n. 1
0
 // This private constructor exists as a temporary measure so that we can create Execution domains without enabling the
 // general ReflectionDomain case.
 internal ReflectionDomain(ReflectionDomainSetup setup, int meaningless)
 {
     this.ReflectionDomainSetup = setup;
 }
Esempio n. 2
0
 public ReflectionDomain(ReflectionDomainSetup setup)
 {
     throw new PlatformNotSupportedException();
 }
Esempio n. 3
0
 public ReflectionDomain(ReflectionDomainSetup setup)
 {
     throw new PlatformNotSupportedException();
 }
Esempio n. 4
0
 // This private constructor exists as a temporary measure so that we can create Execution domains without enabling the
 // general ReflectionDomain case.
 internal ReflectionDomain(ReflectionDomainSetup setup, int meaningless)
 {
     this.ReflectionDomainSetup = setup;
 }
Esempio n. 5
0
 internal ExecutionDomain(ReflectionDomainSetup executionDomainSetup, ExecutionEnvironment executionEnvironment)
 {
     ExecutionEnvironment = executionEnvironment;
     ReflectionDomainSetup = executionDomainSetup;
 }