Edit

WellKnownTypeCollection Class

Definition

Collection of well-known types.

public sealed class WellKnownTypeCollection
type WellKnownTypeCollection = class
Public NotInheritable Class WellKnownTypeCollection
Inheritance
WellKnownTypeCollection

Constructors

Name Description
WellKnownTypeCollection(IOptions<TypeManifestOptions>)

Initializes a new instance of the WellKnownTypeCollection class.

Methods

Name Description
GetWellKnownType(UInt32)

Gets the type corresponding to the provided type identifier.

TryGetWellKnownType(UInt32, Type)

Tries to get the type corresponding to the provided type identifier.

TryGetWellKnownTypeId(Type, UInt32)

Tries the get the type identifier corresponding to the provided type.

Applies to