| File: _generated\1\LibraryImportInteropTypes.g.cs | Web Access |
| Project: src\runtime\src\coreclr\tools\aot\ILCompiler.Build.Tasks\ILCompiler.Build.Tasks.csproj (ILCompiler.Build.Tasks) |
// <auto-generated/> #nullable enable namespace System.Runtime.InteropServices { [global::System.AttributeUsage(global::System.AttributeTargets.Method, AllowMultiple = false, Inherited = false)] [global::Microsoft.CodeAnalysis.Embedded] internal sealed partial class LibraryImportAttribute : global::System.Attribute { public LibraryImportAttribute(string libraryName) { } public string? EntryPoint { get; set; } public StringMarshalling StringMarshalling { get; set; } public bool SetLastError { get; set; } } [global::Microsoft.CodeAnalysis.Embedded] internal enum StringMarshalling { Utf16 = 2, } }