Version: 2018.4
LanguageEnglish
  • C#

EditorUserBuildSettings.GetWSADotNetNative

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Declaration

public static bool GetWSADotNetNative(WSABuildType config);

Parameters

config Build configuration.

Returns

bool True if .NET Native is enabled for the specific build configuration.

Description

Is .NET Native enabled for specific build configuration. More information - https://msdn.microsoft.com/en-us/library/dn584397(v=vs.110).aspx.