ExecutionContext Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the user context in which assembly code will run.
public enum ExecutionContext
type ExecutionContext =
Public Enum ExecutionContext
- Inheritance
-
ExecutionContext
Fields
Name | Value | Description |
---|---|---|
Caller | 1 | Run in context of caller. |
Owner | 2 | Run as owner of assembly. |
ExecuteAsUser | 3 | Run as specified user with ExecuteAsUser property. |
Self | 4 | shortcut for ExecuteAsUser. resolves to user doing the alter/create |