Table of Contents

Class Platform

Namespace
Emgu.Util
Assembly
Emgu.CV.dll

Provide information for the platform which is using.

public static class Platform
Inheritance
Platform
Inherited Members

Properties

ClrType

Get the type of the current runtime environment

public static Platform.Clr ClrType { get; }

Property Value

Platform.Clr

OperationSystem

Get the type of the current operating system

public static Platform.OS OperationSystem { get; }

Property Value

Platform.OS