




























| ![]() C# Visual Basic Visual C++ |
| A Sandcastle Documented Class Library |
| StructInfoCache..::Analyze Method |
Convenience method to get StructInfo from cache and analyze class if not in cache.
Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
Syntax
| C# | Visual Basic | Visual C++ |
public static StructInfo Analyze( Type t )
Public Shared Function Analyze ( _ t As Type _ ) As StructInfo
public: static StructInfo^ Analyze( Type^ t )
Parameters
- t
- Type
Class.
Return Value
StructInfo for class.
Exceptions
| Exception | Condition |
|---|---|
| Vajhoej.Record..::..RecordException | If error analyzing cache. |
