SPUserCodeCachedAssemblyGroup class

Represents a group of user assemblies that are cached on the local file system.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Administration.SPUserCodeCachedAssemblyGroup

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPUserCodeCachedAssemblyGroup _
    Implements ISerializable
'Usage
Dim instance As SPUserCodeCachedAssemblyGroup
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPUserCodeCachedAssemblyGroup : ISerializable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPUserCodeCachedAssemblyGroup members

Microsoft.SharePoint.Administration namespace