Table of Contents

Class TypeNameFormatter

Namespace
Millrace.Invocations
Assembly
Millrace.dll

Renders and resolves version-free type references for the invocation wire format: Namespace.Type[+Nested], AssemblySimpleName with Version/Culture/PublicKeyToken omitted at every level — including generic type arguments and array element types — so stored invocations survive assembly version bumps. Never emits raw FullName for constructed generics (which embeds fully-qualified argument names).

public static class TypeNameFormatter
Inheritance
TypeNameFormatter
Inherited Members

Methods

Format(Type)

Renders a version-free reference to type.

Resolve(string)

Loads the type a stored reference names, reversing Format(Type).