Skip to main content

Definition

Assembly: System.Runtime.dll Namespace: System

Syntax

System.Type

Summary

This type is defined in System.Runtime.

Remarks

See Microsoft documentation for more information about the rest of the API.

Methods

SimpleAssemblyQualifiedName Extension

Extension method from System.TypeExtensions
Guarantees the creation of an AssemblyQualifiedName that does not contain version or key details. That way when AssemblyVersions are incremented, the system will still attempt to process the IMessage.

Syntax

public static string SimpleAssemblyQualifiedName(System.Type type)

Parameters

NameTypeDescription
typeSystem.Type-

Returns

Type: string A string containing the type name in the format “FullTypeName, SimpleAssemblyName”.