File: C:/Program Files/WindowsApps/Microsoft.YourPhone_1.25072.79.0_x64__8wekyb3d8bbwe/NativeHost.xml
<?xml version="1.0"?>
<doc>
<assembly>
<name>NativeHost</name>
</assembly>
<members>
<member name="T:DNNE.ExportAttribute">
<summary>
Defines a C export. Can be used when updating to use <c>UnmanagedCallersOnlyAttribute</c> would take more time.
</summary>
</member>
<member name="M:DNNE.ExportAttribute.#ctor">
<summary>
Creates a new <see cref="T:DNNE.ExportAttribute"/> instance.
</summary>
</member>
<member name="P:DNNE.ExportAttribute.EntryPoint">
<summary>
Gets or sets the entry point to use to produce the C export.
</summary>
</member>
<member name="T:DNNE.C99DeclCodeAttribute">
<summary>
Provides C code to be defined early in the generated C header file.
</summary>
<remarks>
This attribute is respected on an exported method declaration or on a parameter for the method.
The following header files will be included prior to the code being defined.
<list type="bullet">
<item><c>stddef.h</c></item>
<item><c>stdint.h</c></item>
<item><c>dnne.h</c></item>
</list>
</remarks>
</member>
<member name="M:DNNE.C99DeclCodeAttribute.#ctor(System.String)">
<summary>
Creates a new <see cref="T:DNNE.C99DeclCodeAttribute"/> instance with the specified parameters.
</summary>
<param name="code">The C code to be defined in the generated C header file.</param>
</member>
<member name="T:DNNE.C99TypeAttribute">
<summary>
Defines the C type to be used.
</summary>
<remarks>
The level of indirection should be included in the supplied string.
</remarks>
</member>
<member name="M:DNNE.C99TypeAttribute.#ctor(System.String)">
<summary>
Creates a new <see cref="T:DNNE.C99TypeAttribute"/> instance with the specified parameters.
</summary>
<param name="code">The C type to be used.</param>
</member>
</members>
</doc>