UnityEditor.EditorUtility.LoadPlatformSupportModuleNativeDllInternal C# (CSharp) Method

LoadPlatformSupportModuleNativeDllInternal() private method

private LoadPlatformSupportModuleNativeDllInternal ( string target ) : void
target string
return void
        internal static extern void LoadPlatformSupportModuleNativeDllInternal(string target);
        [MethodImpl(MethodImplOptions.InternalCall)]
EditorUtility