MCPcopy Create free account
hub / github.com/MyGUI/mygui / CreatePlatform

Method CreatePlatform

Wrappers/MyGUI_Sharp/Core/Platform/Platform.cs:15–18  ·  view source on GitHub ↗
(string _logFileName)

Source from the content-addressed store, hash-verified

13 private static extern IntPtr ExportPlatform_Destroy();
14
15 public static void CreatePlatform(string _logFileName)
16 {
17 ExportPlatform_Create(_logFileName);
18 }
19
20 public static void DestroyPlatform()
21 {

Callers 2

PoorPlatformTestMethod · 0.80
PoorPlatformTestMethod · 0.80

Calls 1

ExportPlatform_CreateFunction · 0.85

Tested by

no test coverage detected