Show / Hide Table of Contents

Struct PlatformInformation

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: GitCredentialManager
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public struct PlatformInformation

Constructors

PlatformInformation(string, string, string, string)

Declaration
public PlatformInformation(string osType, string osVersion, string cpuArch, string clrVersion)
Parameters
Type Name Description
string osType
string osVersion
string cpuArch
string clrVersion

Fields

ClrVersion

Declaration
public readonly string ClrVersion
Field Value
Type Description
string

CpuArchitecture

Declaration
public readonly string CpuArchitecture
Field Value
Type Description
string

OperatingSystemType

Declaration
public readonly string OperatingSystemType
Field Value
Type Description
string

OperatingSystemVersion

Declaration
public readonly string OperatingSystemVersion
Field Value
Type Description
string
In this article
Back to top Generated by DocFX