This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class AttributeStartupCache<T>
where T : 
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class AttributeStartupCache(Of T As )

Type Parameters

T

The type exposes the following members.

Public Methods

  Name Description
Public method Add
Adds the attribute T on the MemberInfo instance to the cache.
Public method Static member Clear
Removes all cached attributes and disables the cache for further use.
Public method Equals (Inherited from Object.)
Public method Static member GetAttributeStartupCache
Gets the attribute cache for the specified Attribute type.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryGetValue
Attempts to get the attribute T defined on the MemberInfo.

Protected Methods

  Name Description
Protected method Finalize (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)

Public Properties

  Name Description
Public property Static member RwLock
Gets the reader writer lock.

See Also

Advanced