Click or drag to resize

TypeRefInitializeTypeRefs Method

Initialize static TypeRefs for standard types according to the types loaded in the specified Project if UseMonoCecilLoads is true - otherwise, or if null is passed, default to the standard mscorlib types.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static void InitializeTypeRefs(
	Project project = null
)

Parameters

project (Optional)
Type: Nova.CodeDOMProject
See Also