[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Identifies a range of bytes to download from a file

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
[
SerializableAttribute]
public 
struct 
BackgroundFileRange
<
SerializableAttribute> _
Public 
Structure 
BackgroundFileRange
[
SerializableAttribute]
public 
value class 
BackgroundFileRange

Members

                 
  All Members     Fields      Methods   
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

  Member Description
Equals(Object) (Inherited from ValueType.)
Finalize () () () () (Inherited from Object.)
GetHashCode () () () () (Inherited from ValueType.)
GetType () () () () (Inherited from Object.)
InitialOffset
Zero-based offset to the beginning of the range of bytes to download from a file
Length
The length of the range, in bytes.
MemberwiseClone () () () () (Inherited from Object.)
ToString () () () () (Inherited from ValueType.)

See Also