| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 | <?xml version="1.0"?><doc>    <assembly>        <name>Unity.IL2CPP.Api.Output</name>    </assembly>    <members>        <member name="T:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable">            <summary>            Analytics data from il2cpp.exe            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.build_event_id">            <summary>            The build_event_id from the Editor            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.node_executed">            <summary>            Whether or not il2cpp.exe was executed            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.attribute_total_count_eager_static_constructor">            <summary>            The total number of eager static constructor attributes            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.attribute_total_count_set_option">            <summary>            The total number of il2cpp set option attributes            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.attribute_total_count_generate_into_own_cpp_file">            <summary>            The total number of generate into own cpp file attributes            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.attribute_total_count_ignore_by_deep_profiler">            <summary>            The total number of ignore deep profiler attributes            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.extra_types_total_count">            <summary>            The total number of extra types defined by all extra type files            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_extra_types_file_count">            <summary>            The number of extra types files that were included            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_debug_assembly_name_count">            <summary>            The number of assemblies to emit debug information for            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_additional_cpp_count">            <summary>            The number of additional cpp files that were included            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_emit_null_checks">            <summary>            Whether or not emitting null checks was enabled                        Note that this option can also be enabled via the code generation option field            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_enable_stacktrace">            <summary>            Whether or not emitting stack traces was enabled                        Note that this option can also be enabled via the code generation option field            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_enable_deep_profiler">            <summary>            Whether or not deep profiler support was enabled                        Note that this option can also be enabled via the feature field            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_enable_stats">            <summary>            Whether or not emitting stats was enabled                        Note that this option can also be enabled via the diagnostic option field            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_enable_array_bounds_check">            <summary>            Whether or not array bounds checks was enabled                        Note that this option can also be enabled via the code generation option field            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_enable_divide_by_zero_check">            <summary>            Whether or not divide by zero checks was enabled                        Note that this option can also be enabled via the code generation option field            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_emit_comments">            <summary>            Whether or not emitting comments was enabled                        Note that this option can also be enabled via the code generation option field            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_disable_generic_sharing">            <summary>            Whether or not generic sharing should be disabled            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_maximum_recursive_generic_depth">            <summary>            The maximum recursive generic depth            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_generic_virtual_method_iterations">            <summary>            The number of times to iterate looking for generic virtual methods            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_code_generation_option">            <summary>            Flags indicating which code generation options were enabled                        Possible Values:              None              EnableNullChecks              EnableStacktrace              EnableArrayBoundsCheck              EnableDivideByZeroCheck              EnableLazyStaticConstructors              EnableComments              EnableSerial              EnablePerAssemblyMetadata              EnableInlining              VirtualCallsViaInvokers              SharedGenericCallsViaInvokers              DelegateCallsViaInvokers                        </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_file_generation_option">            <summary>            Flags indicating which file generation options were enabled                        Possible Values:              None              EmitSourceMapping              EmitMethodMap              UseSlimMetaFileFormat                        </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_generics_option">            <summary>            Flags indicating which generics options were enabled                        Possible Values:              None              EnableSharing              EnableEnumTypeSharing              EnablePrimitiveValueTypeGenericSharing              EnableFullSharing              EnableLegacyGenericSharing              EnableFullSharingForStaticConstructors                        </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_feature">            <summary>            Flags indicating whether or not various features were enabled                        Possible Values:              None              EnableReload              EnableCodeConversionCache              EnableDebugger              EnableDeepProfiler              EnableAnalytics                        </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_diagnostic_option">            <summary>            Flags indicating which diagnostic options were enabled                        Possible Values:              None              EnableStats              NeverAttachDialog              EmitAttachDialog              EnableTinyDiagnostics              DebuggerOff              EmitReversePInvokeWrapperDebuggingHelpers              EnableDiagnostics              EnableTinyStaticConstructorExplanation                        </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_convert_to_cpp">            <summary>            Whether or not il2cpp was used to generate code            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_compile_cpp">            <summary>            Whether or not il2cpp was used to compile code            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_development_mode">            <summary>            Whether or not the this is a development build            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_enable_debugger">            <summary>            Whether or not support for the managed debugger was enabled            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_generate_usym_file">            <summary>            Whether or not generating a usym file was enabled            </summary>        </member>        <member name="P:Unity.IL2CPP.Api.Output.Analytics.Il2CppDataTable.option_jobs">            <summary>            The number of jobs that were requested.  Defaults to the processor count            </summary>        </member>    </members></doc>
 |