C# Class Rhino.RhinoSecurityManager

A java.lang.SecurityManager subclass that provides access to the current top-most script class on the execution stack.
A java.lang.SecurityManager subclass that provides access to the current top-most script class on the execution stack. This can be used to get the class loader or protection domain of the script that triggered the current action. It is required for JavaAdapters to have the same ProtectionDomain as the script code that created them. Embeddings that implement their own SecurityManager can use this as base class.
Inheritance: SecurityManager
Show file Open project: hazzik/Rhino.Net

Protected Methods

Method Description
GetCurrentScriptClass ( ) : Type

Get the class of the top-most stack element representing a script.

Get the class of the top-most stack element representing a script.

Method Details

GetCurrentScriptClass() protected method

Get the class of the top-most stack element representing a script.
Get the class of the top-most stack element representing a script.
protected GetCurrentScriptClass ( ) : Type
return System.Type