Partager via


CoreStrings.ClientProjectionCapturingConstantInMethodInstance Méthode

Définition

La projection cliente contient une référence à une expression constante de « {constantType} » par le biais de la méthode instance « {methodName} ». Cela peut potentiellement provoquer une fuite de mémoire ; envisagez de rendre la méthode statique afin qu’elle ne capture pas la constante dans le instance. Pour plus d’informations et d’exemples, consultez https://go.microsoft.com/fwlink/?linkid=2103067.

public static string ClientProjectionCapturingConstantInMethodInstance (object constantType, object methodName);
public static string ClientProjectionCapturingConstantInMethodInstance (object? constantType, object? methodName);
static member ClientProjectionCapturingConstantInMethodInstance : obj * obj -> string
Public Shared Function ClientProjectionCapturingConstantInMethodInstance (constantType As Object, methodName As Object) As String

Paramètres

constantType
Object
methodName
Object

Retours

S’applique à