MFDeploy Members

The following tables list the members exposed by the MFDeploy type.

Public Constructors

Name Description
Public Method MFDeploy Initializes a new instance of the MFDeploy class.

Public Destructors

Name Description
Public Method ~MFDeploy Restores the system interrupt to the state it was in when the SmartPTR_IRQ object was created.

Public Properties

Name Description
Public Property DeviceList A list of all available .NET Micro Framework device ports.
Public Property DiscoveryMultiCastAddress The address to which network multicasts for device discovery are sent by MFDeploy.
Public Property DiscoveryMultiCastAddressRecv The address at which network multicasts for device discovery are received by MFDeploy.
Public Property DiscoveryMultiCastPort The port on which network multicasts for device discovery are sent and received.
Public Property DiscoveryMultiCastToken A string used to recognize .NET Micro Framework devices on the network.

Public Methods

Name Description
Public Method Connect Overloaded. Attempts to connect to a .NET Micro Framework device on a given port, optionally specifiyng a boot loader port for devices that use a second port for this function.
Public Method Dispose Disposes of an MFDeploy object and its associated connection, if any.
Public Method EnumPorts Enumerates (lists) the ports available for .NET Micro Framework deployment.

Public Events

Name Description
Public Event OnDeviceListUpdate Occurs when the MFDeploy device list changes.

Public Delegates

Name Description
Public Delegate OnMFDeviceUpdate Handles an OnDeviceListUpdate event, which is a notification that the MFDeploy device list has changed.

See Also

MFDeploy Class
Microsoft.NetMicroFramework.Tools.MFDeployTool.Engine Namespace