TypeName Class

Definition

public ref class TypeName sealed
public sealed class TypeName
type TypeName = class
Public NotInheritable Class TypeName
Inheritance
TypeName

Properties

AssemblyName
AssemblyQualifiedName
DeclaringType
FullName
IsArray
IsByRef
IsConstructedGenericType
IsNested
IsPointer
IsSimple
IsSZArray
IsVariableBoundArrayType
Name

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetArrayRank()
GetElementType()
GetGenericArguments()
GetGenericTypeDefinition()
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetNodeCount()
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Parse(ReadOnlySpan<Char>, TypeNameParseOptions)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
TryParse(ReadOnlySpan<Char>, TypeName, TypeNameParseOptions)

Applies to