Click or drag to resize

ModuleDefinitionTryGetTypeReference Method (String, String, TypeReference)

Namespace:  Mono.Cecil
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool TryGetTypeReference(
	string scope,
	string fullName,
	out TypeReference type
)

Parameters

scope
Type: SystemString
fullName
Type: SystemString
type
Type: Mono.CecilTypeReference

Return Value

Type: Boolean
See Also