Szerkesztés

Megosztás a következőn keresztül:


WellKnownTypeCollection Class

Definition

Collection of well-known types.

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

Constructors

WellKnownTypeCollection(IOptions<TypeManifestOptions>)

Initializes a new instance of the WellKnownTypeCollection class.

Methods

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