This version of Unity is unsupported.
Method group is Obsolete

AssemblyBuilder.flags

Obsolete This feature is being deprecated and will be removed in the future. Similar functionality can be achieved using the Roslyn compiler. public Compilation.AssemblyBuilderFlags flags;

Description

Flags to control the assembly build.

Set this property to AssemblyBuilderFlags.EditorAssembly to build an assembly with editor assembly references and #define directives.

Set this property to AssemblyBuilderFlags.DevelopmentBuild to build an assembly with development assembly #define directives.

See Also: AssemblyBuilderFlags.