Table of Contents

Property AssemblyQualifiedName

Namespace
Alternet.TsTypedefsGenerator.Core.TsModels
Assembly
Alternet.Common.TypeScript.v9.dll

AssemblyQualifiedName

Gets the assembly-qualified name of the type, which includes the name of the assembly from which this Type object was loaded.

public override string AssemblyQualifiedName { get; }

Property Value

string

The assembly-qualified name of the Type, which includes the name of the assembly from which the Type was loaded, or null if the current instance represents a generic type parameter.