StructInfoCacheAnalyze Method

Convenience method to get StructInfo from cache and analyze class if not in cache.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public static StructInfo Analyze(
	Type t
)

Parameters

t  Type
Class.

Return Value

StructInfo
StructInfo for class.

Exceptions

RecordExceptionIf error analyzing cache.

See Also