Serial port and GPS

FormWithInvoke Class

Base class for forms using Invoke methods.

For a list of all members of this type, see FormWithInvoke Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     serial.FormWithInvoke
                        serial.MapForm
                        serial.OsmDldForm
                        serial.SerialForm
                        serial.SerialGPSForm

[Visual Basic]
Public Class FormWithInvoke
    Inherits Form
[C#]
public class FormWithInvoke : Form

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

This framework tries to get rid of locks occuring, while Control.Invoke() and Thread.Join() were called at the same time.

Requirements

Namespace: serial

Assembly: map (in map.exe)

See Also

FormWithInvoke Members | serial Namespace