| 123456789101112131415161718192021222324252627 |
- <Type Name="Application+ActionIntPtr" FullName="Urho.Application+ActionIntPtr">
- <TypeSignature Language="C#" Value="public delegate void Application.ActionIntPtr(IntPtr value);" />
- <TypeSignature Language="ILAsm" Value=".class nested public auto ansi sealed Application/ActionIntPtr extends System.MulticastDelegate" />
- <AssemblyInfo>
- <AssemblyName>Urho</AssemblyName>
- <AssemblyVersion>1.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Base>
- <BaseTypeName>System.Delegate</BaseTypeName>
- </Base>
- <Attributes>
- <Attribute>
- <AttributeName>System.Runtime.InteropServices.UnmanagedFunctionPointer(System.Runtime.InteropServices.CallingConvention.Cdecl)</AttributeName>
- </Attribute>
- </Attributes>
- <Parameters>
- <Parameter Name="value" Type="System.IntPtr" />
- </Parameters>
- <ReturnValue>
- <ReturnType>System.Void</ReturnType>
- </ReturnValue>
- <Docs>
- <param name="value">To be added.</param>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Type>
|