FourPartVersion Structure

This element is introduced in Windows PowerShell 5.0.

Namespace: Microsoft.OneGet.Utility.Versions
Assembly: Microsoft.OneGet.Utility (in Microsoft.OneGet.Utility.dll)

Usage

'Usage
Dim instance As FourPartVersion

Syntax

'Declaration
Public Structure FourPartVersion
    Implements IComparable, IComparable(Of FourPartVersion), _
    IEquatable(Of FourPartVersion)
public struct FourPartVersion : IComparable, IComparable<FourPartVersion>, 
    IEquatable<FourPartVersion>
public value class FourPartVersion : IComparable, IComparable<FourPartVersion>, 
    IEquatable<FourPartVersion>
public final class FourPartVersion extends ValueType implements IComparable, IComparable<FourPartVersion>, 
    IEquatable<FourPartVersion>

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.

Platforms

Target Platforms

See Also

Reference

FourPartVersion Members
Microsoft.OneGet.Utility.Versions Namespace