StructInfoCacheAnalyze Method
Convenience method to get StructInfo from cache and analyze class if not in cache.
Namespace: Vajhoej.RecordAssembly: Record (in Record.dll) Version: 0.0.0.0
public static StructInfo Analyze(
Type t
)
Public Shared Function Analyze (
t As Type
) As StructInfo
Dim t As Type
Dim returnValue As StructInfo
returnValue = StructInfoCache.Analyze(t)
public:
static StructInfo^ Analyze(
Type^ t
)
static member Analyze :
t : Type -> StructInfo
- t Type
- Class.
StructInfoStructInfo for class.