IAssemblySymbol.GetTypeByMetadataName(String) Method

Definition

Lookup a type within the assembly using the canonical CLR metadata name of the type.

public Microsoft.CodeAnalysis.INamedTypeSymbol GetTypeByMetadataName (string fullyQualifiedMetadataName);
public Microsoft.CodeAnalysis.INamedTypeSymbol? GetTypeByMetadataName (string fullyQualifiedMetadataName);

Parameters

fullyQualifiedMetadataName
String

Type name.

Returns

Symbol for the type or null if type cannot be found or is ambiguous.

Applies to