Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

enum System.Runtime.Versioning.ResourceScope

Assembly: System.Runtime

Identifies the scope of a sharable resource.

Values

None
There is no shared state.
Machine
The state is shared by objects within the machine.
Process
The state is shared within a process.
AppDomain
The state is shared by objects within an <see cref="T:System.AppDomain" /> .
Library
The state is shared by objects within a library.
Private
The resource is visible to only the type.
Assembly
The resource is visible at an assembly scope.