StructInfoCache Class
From Vajhoej Record
| A Sandcastle Documented Class Library |
| StructInfoCache Class |
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 |
| Member | Description | |
|---|---|---|
| Analyze(Type) |
Convenience method to get StructInfo from cache and analyze class if not in cache.
| |
| Equals(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.) |