Table of Contents

Property FullName

Namespace
Microsoft.Samples.Debugging.CorMetadata
Assembly
corapi.dll

FullName

Gets the fully qualified name of the type, including its namespace but not its assembly.

public override string FullName { get; }

Property Value

string

The fully qualified name of the type, including its namespace but not its assembly; or null if the current instance represents a generic type parameter, an array type, pointer type, or byref type based on a type parameter, or a generic type that is not a generic type definition but contains unresolved type parameters.