IMethodSymbol.UnmanagedCallingConventionTypes Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Types de modificateurs considérés comme faisant partie de la convention d’appel de cette méthode, si l’est MethodKindFunctionPointerSignature et l’est CallingConventionUnmanaged. S’il ne s’agit pas d’une signature de pointeur de fonction ou si la convention d’appel n’est pas managée, il s’agit d’un tableau vide. L’ordre et la duplication de ces modificateurs reflètent l’ordre source/métadonnées et la duplication, selon ce symbole.
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.INamedTypeSymbol> UnmanagedCallingConventionTypes { get; }
member this.UnmanagedCallingConventionTypes : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.INamedTypeSymbol>
Public ReadOnly Property UnmanagedCallingConventionTypes As ImmutableArray(Of INamedTypeSymbol)