Share via


IMethodSymbol.GetDllImportData Method

Definition

Platform invoke information, or null if the method isn't a P/Invoke.

public:
 Microsoft::CodeAnalysis::DllImportData ^ GetDllImportData();
public Microsoft.CodeAnalysis.DllImportData GetDllImportData ();
public Microsoft.CodeAnalysis.DllImportData? GetDllImportData ();
abstract member GetDllImportData : unit -> Microsoft.CodeAnalysis.DllImportData
Public Function GetDllImportData () As DllImportData

Returns

Applies to