http://www.emgu.com
Get the type of the current runtime environment
Namespace:
Emgu.Util
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic static PlatformClr ClrType { get; }
Public Shared ReadOnly Property ClrType As PlatformClr
Get
public:
static property PlatformClr ClrType {
PlatformClr get ();
}
static member ClrType : PlatformClr with get
Property Value
Type:
PlatformClr
See Also