StructInfoCache Class

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Class StructInfoCache caches StructInfo objects in a singleton cache.

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class StructInfoCache
Public Class StructInfoCache
public ref class StructInfoCache

Members

         
 All Members  Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Analyze(Type)
Convenience method to get StructInfo from cache and analyze class if not in cache.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Get(Type)
Get StructInfo from cache.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
HitRate
Cache hit rate.
Instance
Singleton instance.
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Put(Type, StructInfo)
Put StructInfo into cache.
Reset()()()()
Reset cache.
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Vajhoej.Record..::..StructInfoCache

See Also