Xamarin.Forms by Microsoft

<PackageReference Include="Xamarin.Forms" Version="3.5.0.274416" />

.NET API 1,057,208 bytes

 PInvokeInfo

public sealed class PInvokeInfo
public PInvokeAttributes Attributes { get; set; }

public string EntryPoint { get; set; }

public bool IsBestFitDisabled { get; set; }

public bool IsBestFitEnabled { get; set; }

public bool IsCallConvCdecl { get; set; }

public bool IsCallConvFastcall { get; set; }

public bool IsCallConvStdCall { get; set; }

public bool IsCallConvThiscall { get; set; }

public bool IsCallConvWinapi { get; set; }

public bool IsCharSetAnsi { get; set; }

public bool IsCharSetAuto { get; set; }

public bool IsCharSetNotSpec { get; set; }

public bool IsCharSetUnicode { get; set; }

public bool IsNoMangle { get; set; }

public bool IsThrowOnUnmappableCharDisabled { get; set; }

public bool IsThrowOnUnmappableCharEnabled { get; set; }

public ModuleReference Module { get; set; }

public bool SupportsLastError { get; set; }

public PInvokeInfo(PInvokeAttributes attributes, string entryPoint, ModuleReference module)