Пример #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;
 }
Пример #2
0
 public ReflectionDomain(ReflectionDomainSetup setup)
 {
     throw new PlatformNotSupportedException();
 }
Пример #3
0
 public ReflectionDomain(ReflectionDomainSetup setup)
 {
     throw new PlatformNotSupportedException();
 }
Пример #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;
 }
Пример #5
0
 internal ExecutionDomain(ReflectionDomainSetup executionDomainSetup, ExecutionEnvironment executionEnvironment)
 {
     ExecutionEnvironment = executionEnvironment;
     ReflectionDomainSetup = executionDomainSetup;
 }