mscorlib(4.0.0.0) API with additions
ResourceScope.cs
2 {
4  [Flags]
5  public enum ResourceScope
6  {
8  None = 0x0,
10  Machine = 0x1,
12  Process = 0x2,
14  AppDomain = 0x4,
16  Library = 0x8,
18  Private = 0x10,
20  Assembly = 0x20
21  }
22 }
The IME PROCESS key.
Represents an application domain, which is an isolated environment where applications execute....
Definition: AppDomain.cs:33
ResourceScope
Identifies the scope of a sharable resource.
Definition: ResourceScope.cs:5
The state is shared by objects within a library.
Attribute can be applied to an assembly.