Application+ActionIntPtr.xml 1.0 KB

123456789101112131415161718192021222324252627
  1. <Type Name="Application+ActionIntPtr" FullName="Urho.Application+ActionIntPtr">
  2. <TypeSignature Language="C#" Value="public delegate void Application.ActionIntPtr(IntPtr value);" />
  3. <TypeSignature Language="ILAsm" Value=".class nested public auto ansi sealed Application/ActionIntPtr extends System.MulticastDelegate" />
  4. <AssemblyInfo>
  5. <AssemblyName>Urho</AssemblyName>
  6. <AssemblyVersion>1.0.0.0</AssemblyVersion>
  7. </AssemblyInfo>
  8. <Base>
  9. <BaseTypeName>System.Delegate</BaseTypeName>
  10. </Base>
  11. <Attributes>
  12. <Attribute>
  13. <AttributeName>System.Runtime.InteropServices.UnmanagedFunctionPointer(System.Runtime.InteropServices.CallingConvention.Cdecl)</AttributeName>
  14. </Attribute>
  15. </Attributes>
  16. <Parameters>
  17. <Parameter Name="value" Type="System.IntPtr" />
  18. </Parameters>
  19. <ReturnValue>
  20. <ReturnType>System.Void</ReturnType>
  21. </ReturnValue>
  22. <Docs>
  23. <param name="value">To be added.</param>
  24. <summary>To be added.</summary>
  25. <remarks>To be added.</remarks>
  26. </Docs>
  27. </Type>