DirectIOData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the programmatic structure the service object uses to return data to an application.
public struct DirectIOData
type DirectIOData = struct
Public Structure DirectIOData
- Inheritance
-
DirectIOData
Constructors
DirectIOData(Int32, Object) |
Creates an instance of the DirectIOData structure with the specified data. |
Properties
Data | |
Object |
Methods
Equals(DirectIOData, DirectIOData) |
Determines whether the specified DirectIOData instances are equal. |
Equals(DirectIOData) |
Determines whether the specified DirectIOData is equal to the current DirectIOData. |
Equals(Object) |
Determines whether the specified Object is equal to the current DirectIOData. |
GetHashCode() |
Returns the hash code of the current DirectIOData. |
ToString() |
Returns a string representation of the DirectIOData instance. |
Operators
Equality(DirectIOData, Object) |
Compares the specified DirectIOData and object to determine whether they are equal. |
Inequality(DirectIOData, Object) |
Returns a value indicating whether an instance of DirectIOData and an object are not equal. |