mscorlib(4.0.0.0) API with additions
ResourceScope.cs
1
namespace
System.Runtime.Versioning
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
}
System.Runtime.Versioning
Definition:
BinaryCompatibility.cs:4
System.AppDomainManagerInitializationOptions.None
No initialization action.
System.ConsoleKey.Process
The IME PROCESS key.
System.AppDomain
Represents an application domain, which is an isolated environment where applications execute....
Definition:
AppDomain.cs:33
System.Runtime.Versioning.ResourceScope
ResourceScope
Identifies the scope of a sharable resource.
Definition:
ResourceScope.cs:5
System.Runtime.Versioning.ResourceScope.Library
The state is shared by objects within a library.
System.AttributeTargets.Assembly
Attribute can be applied to an assembly.
All cs
System.Runtime.Versioning
ResourceScope.cs
Generated by
1.8.15