BitsFileInfo Structure
BITS file information.
Namespace: Microsoft.ConfigurationManagement.Messaging.Framework.Bits
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[SerializableAttribute]
public struct BitsFileInfo
[SerializableAttribute]
public value struct BitsFileInfo
<SerializableAttribute>
Public Structure BitsFileInfo
Constructors
Name | Description | |
---|---|---|
BitsFileInfo(Uri) | Initializes a new instance of the BitsFileInfo structure. |
|
BitsFileInfo(Uri, String) | Initializes a new instance of the BitsFileInfo structure. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from ValueType.) |
|
GetHashCode() | (Inherited from ValueType.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from ValueType.) |
Fields
Name | Description | |
---|---|---|
LocalName | Local file name. |
|
RemoteName | Remote file name. |
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
Microsoft.ConfigurationManagement.Messaging.Framework.Bits Namespace
Return to top