MFUpdateBase Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Represents an abstract base class for MFUpdates.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT.MFUpdate..::..MFUpdateBase
    Microsoft.SPOT.MFUpdate. . :: . .MFUpdate

Namespace:  Microsoft.SPOT.MFUpdate
Assembly:  Microsoft.SPOT.Update (in Microsoft.SPOT.Update.dll)

Syntax

'Declaration
Public MustInherit Class MFUpdateBase
public abstract class MFUpdateBase
public ref class MFUpdateBase abstract
[<AbstractClass>]
type MFUpdateBase =  class end
public abstract class MFUpdateBase

The MFUpdateBase type exposes the following members.

Constructors

  Name Description
Protected method MFUpdateBase When implemented in a derived class, initializes an instance of the class.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_packetSize Represents the packet size, in bytes.
Protected field m_provider Represents the update provider name.
Protected field m_updateHandle Represents the handle for the update.
Protected field m_updateID Represents the identification number for the update.
Protected field m_updateSize Represents the total amount of memory, in bytes, required to store the entire update.
Protected field m_updateSubType Represents the subtype of the update.
Protected field m_updateType Represents the type of the update; such as, firmware, assembly or some other update type.
Protected field m_updateVersion Represents the version of the update (Major, Minor, Build, Revision).

Top

Remarks

The fields in this class represent the required information needed by the native MFUpdate component in order to perform an update.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SPOT.MFUpdate Namespace