SPUserCodeWrapper members
Manages the process of running certain functions, such as Web parts or events, that exist within the restricted privilege user code process.
The SPUserCodeWrapper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPUserCodeWrapper | Initializes a new instance of the SPUserCodeWrapper class, providing internal types that run in the partial trust AppDomain. |
Top
Properties
Name | Description | |
---|---|---|
UserCodeAssemblyGroup | Gets or set the SPUserCodeCachedAssemblyGroup object that this wrapper should use. |
Top
Methods
Name | Description | |
---|---|---|
CreateObjRef | (Inherited from MarshalByRefObject.) | |
Equals | (Inherited from Object.) | |
Execute | Calls the default execution method on an object from a user code assembly. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
ToString | (Inherited from Object.) |
Top