CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
runtime_information.h
1
2#pragma once
3
4#include <system/runtime/interop_services/os_platform.h>
5
6namespace System { namespace Runtime { namespace InteropServices {
7
9{
10 ASPOSECPP_SHARED_API static bool IsOSPlatform(const OSPlatform& osPlatform);
11};
12
13}}}
Definition: db_command.h:9
Definition: runtime_information.h:9
static bool IsOSPlatform(const OSPlatform &osPlatform)