TypeMapping.GetOrCreateProxyTypeMapping<TTypeMapGroup> Methode

Definition

Gibt die zugeordnete Typzuordnung zurück, die für die aktuelle Anwendung generiert wird.

public:
generic <typename TTypeMapGroup>
 static System::Collections::Generic::IReadOnlyDictionary<Type ^, Type ^> ^ GetOrCreateProxyTypeMapping();
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Interop types may be removed by trimming")]
public static System.Collections.Generic.IReadOnlyDictionary<Type,Type> GetOrCreateProxyTypeMapping<TTypeMapGroup>();
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Interop types may be removed by trimming")>]
static member GetOrCreateProxyTypeMapping : unit -> System.Collections.Generic.IReadOnlyDictionary<Type, Type>
Public Shared Function GetOrCreateProxyTypeMapping(Of TTypeMapGroup) () As IReadOnlyDictionary(Of Type, Type)

Typparameter

TTypeMapGroup

Der Typ der Typzuordnungsgruppe.

Gibt zurück

Die angeforderte Typzuordnung.

Attribute

Hinweise

Anrufwebsites werden vom Trimmer als systemintern behandelt und inline implementiert.

Gilt für: