SPUserCodeCachedAssemblyGroup members
Represents a group of user assemblies that are cached on the local file system.
The SPUserCodeCachedAssemblyGroup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPUserCodeCachedAssemblyGroup | Initializes a new instance of the SPUserCodeCachedAssemblyGroup class with the specified user assembly group ID and the root directory path where the assemblies in this assembly group are stored. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
LastAccessedTime | Gets the date and time when this user assembly group was last accessed. |
![]() |
RootDirectoryPath | Gets the path of the root directory where user assemblies from this assembly group are persisted. |
![]() |
UserCodeAssemblyGroupId | Gets the group ID of this user assembly group. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Activate | Creates a new instance of a sandboxed solution type in the sandboxed solution assembly. |
![]() |
Add(SPUserCodeAssemblyFileDefinition) | Stores the data of an assembly file from the user assembly group to disk and to the in-memory cache. |
![]() |
Add([]) | Stores the data of an array of assembly files from the user assembly group to disk and to the in-memory cache. |
![]() |
AssemblyResolveHandler | Handles the AssemblyResolve event of the current AppDomain. |
![]() |
ContainsAssembly | Determines whether the SPUserCodeCachedAssemblyGroup contains a specified assembly. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetFileContents | Gets the contents of the specified file. |
![]() |
GetFileStream | Gets a file stream around the file with the specified name. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current SPUserCodeCachedAssemblyGroup object. (Overrides Object.ToString().) |
![]() |
Validate | Validates the data structures of this user assembly group and the files on disk. |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
ISerializable.GetObjectData | Adds user data to a serialized object. |
Top