Click or drag to resize

ModuleDefinitionGetType Method (String, Boolean)

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeReference GetType(
	string fullName,
	bool runtimeName
)

Parameters

fullName
Type: SystemString
runtimeName
Type: SystemBoolean

Return Value

Type: TypeReference
See Also