Esempio n. 1
0
 private ProtectionDomain(string name, bool isKernelDomain)
     : this(VMManager.CreateNewAddressSpace(), name, isKernelDomain)
 {
 }