| File: _generated\1\LibraryImportInteropTypes.g.cs | Web Access |
| Project: src\runtime\src\libraries\Microsoft.XmlSerializer.Generator\src\Microsoft.XmlSerializer.Generator.csproj (dotnet-Microsoft.XmlSerializer.Generator) |
// <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, } }