MFAssemblyUpdate Class
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents an assembly update package.
Inheritance Hierarchy
System. . :: . .Object
Microsoft.SPOT.MFUpdate. . :: . .MFUpdateBase
Microsoft.SPOT.MFUpdate. . :: . .MFUpdate
Microsoft.SPOT.MFUpdate..::..MFAssemblyUpdate
Namespace: Microsoft.SPOT.MFUpdate
Assembly: MFUpdate (in MFUpdate.dll)
Syntax
'Declaration
Public Class MFAssemblyUpdate _
Inherits MFUpdate
public class MFAssemblyUpdate : MFUpdate
public ref class MFAssemblyUpdate : public MFUpdate
type MFAssemblyUpdate =
class
inherit MFUpdate
end
public class MFAssemblyUpdate extends MFUpdate
The MFAssemblyUpdate type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
MFAssemblyUpdate | Initializes a new instance of the MFAssemblyUpdate class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
AddPacket | Validates and stores an indexed packet to the update storage file. (Inherited from MFUpdate.) |
![]() |
AuthenticationCommand | Performs an authentication command. (Inherited from MFUpdate.) |
![]() |
DeleteUpdate | Deletes the current update's storage file. (Inherited from MFUpdate.) |
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() |
GetInstalledAssemblies | Retrieves the list of installed assemblies on the device for the current AppDomain. |
![]() |
GetMissingPacketsEnumerator | Returns an enumerator object that represents the number of missing packets. (Inherited from MFUpdate.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
GetUpdateProperty(String, array<Byte> [] () [] []%) | Gets the raw property value for a given property name. (Inherited from MFUpdate.) |
![]() |
GetUpdateProperty(String, Object%) | Gets the update property given the property name. (Inherited from MFUpdate.) |
![]() |
InstallUpdate | Validates and installs the update. (Inherited from MFUpdate.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
Open | Authenticates the update and opens the update storage file. (Inherited from MFUpdate.) |
![]() |
SetUpdateProperty(String, array<Byte> [] () [] []) | Sets the raw update property for the given property name. (Inherited from MFUpdate.) |
![]() |
SetUpdateProperty(String, Object) | Sets the update property for the given property name. (Inherited from MFUpdate.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
ValidateUpdate | Validates the entire update package with the given validation data. (Inherited from MFUpdate.) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() |
m_packetSize | Represents the packet size, in bytes. (Inherited from MFUpdateBase.) |
![]() |
m_provider | Represents the update provider name. (Inherited from MFUpdateBase.) |
![]() |
m_updateHandle | Represents the handle for the update. (Inherited from MFUpdateBase.) |
![]() |
m_updateID | Represents the identification number for the update. (Inherited from MFUpdateBase.) |
![]() |
m_updateSize | Represents the total amount of memory, in bytes, required to store the entire update. (Inherited from MFUpdateBase.) |
![]() |
m_updateSubType | Represents the subtype of the update. (Inherited from MFUpdateBase.) |
![]() |
m_updateType | Represents the type of the update; such as, firmware, assembly or some other update type. (Inherited from MFUpdateBase.) |
![]() |
m_updateVersion | Represents the version of the update (Major, Minor, Build, Revision). (Inherited from MFUpdateBase.) |
Top
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.
.gif)
.gif)
.gif)
.gif)