Analyze Method

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
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

ExceptionCondition
Vajhoej.Record..::..RecordExceptionIf error analyzing cache.

See Also