MFDeploy Members
The following tables list the members exposed by the MFDeploy type.
Public Constructors
Name | Description | |
---|---|---|
MFDeploy | Initializes a new instance of the MFDeploy class. |
Public Destructors
Name | Description | |
---|---|---|
~MFDeploy | Restores the system interrupt to the state it was in when the SmartPTR_IRQ object was created. |
Public Properties
Name | Description | |
---|---|---|
DeviceList | A list of all available .NET Micro Framework device ports. | |
DiscoveryMultiCastAddress | The address to which network multicasts for device discovery are sent by MFDeploy. | |
DiscoveryMultiCastAddressRecv | The address at which network multicasts for device discovery are received by MFDeploy. | |
DiscoveryMultiCastPort | The port on which network multicasts for device discovery are sent and received. | |
DiscoveryMultiCastToken | A string used to recognize .NET Micro Framework devices on the network. |
Public Methods
Name | Description | |
---|---|---|
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. | |
Dispose | Disposes of an MFDeploy object and its associated connection, if any. | |
EnumPorts | Enumerates (lists) the ports available for .NET Micro Framework deployment. |
Public Events
Name | Description | |
---|---|---|
OnDeviceListUpdate | Occurs when the MFDeploy device list changes. |
Public Delegates
Name | Description | |
---|---|---|
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