SPUserCodeWrapper 类

管理运行某些功能例如 Web 部件或受限制的特权用户代码过程中存在的事件的过程。

继承层次结构

System.Object
  System.MarshalByRefObject
    Microsoft.SharePoint.Administration.SPUserCodeWrapper

命名空间:  Microsoft.SharePoint.Administration
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class SPUserCodeWrapper _
    Inherits MarshalByRefObject
用法
Dim instance As SPUserCodeWrapper
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class SPUserCodeWrapper : MarshalByRefObject

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

SPUserCodeWrapper 成员

Microsoft.SharePoint.Administration 命名空间