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