IExecutionContext.IsolationMode Property
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.
Gets a value indicating if the plug-in is executing in the sandbox.
public:
property int IsolationMode { int get(); };
public int IsolationMode { get; }
member this.IsolationMode : int
Public ReadOnly Property IsolationMode As Integer
Property Value
Indicates if the plug-in is executing in the sandbox.
Remarks
Allowable values are defined in the PluginAssemblyIsolationMode
enumeration defined in SampleCode\CS\HelperCode\OptionSets.cs and SampleCode\VB\HelperCode\OptionSets.vb of the SDK download.