Files
crtr/Assets/Plugins/Cryville.Interop.Mono.xml
2025-06-21 01:39:47 +08:00

30 lines
1.1 KiB
XML

<?xml version="1.0"?>
<doc>
<assembly>
<name>Cryville.Interop.Mono</name>
</assembly>
<members>
<member name="T:Cryville.Interop.Mono.MonoPInvokeCallbackAttribute">
<summary>
Attribute used to annotate functions that will be called back from the unmanaged world.
</summary>
</member>
<member name="P:Cryville.Interop.Mono.MonoPInvokeCallbackAttribute.DelegateType">
<summary>
The type of the delegate that will be calling us back.
</summary>
</member>
<member name="M:Cryville.Interop.Mono.MonoPInvokeCallbackAttribute.#ctor">
<summary>
Constructor for the MonoPInvokeCallbackAttribute.
</summary>
</member>
<member name="M:Cryville.Interop.Mono.MonoPInvokeCallbackAttribute.#ctor(System.Type)">
<summary>
Constructor for the MonoPInvokeCallbackAttribute.
</summary>
<param name="delegateType">The type of the delegate that will be calling us back.</param>
</member>
</members>
</doc>