ExecutionContext Enum

Definition

Specifies the user context in which assembly code will run.

public enum ExecutionContext
type ExecutionContext = 
Public Enum ExecutionContext
Inheritance
ExecutionContext

Fields

Caller 1

Run in context of caller.

ExecuteAsUser 3

Run as specified user with ExecuteAsUser property.

Owner 2

Run as owner of assembly.

Self 4

shortcut for ExecuteAsUser. resolves to user doing the alter/create

Applies to