[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Make an assembly [Property] +ClassName=Sets the name of the class. ARG(string)|2| Using=Sets the list of the namespaces. ARG(string[])|5| Namespace=Sets the namespace of the class. ARG(string)|2| AccessModifier=Indicates the visibility level of the class. ARG(enum)|14|0|None,Public,Protected,Internal,Protected Internal,Private TypeModifier=Sets the type of the class. ARG(bitwise)|21|0|Abstract,Partial,Sealed,Static,Virtual Parent=Sets the name of inherited class. ARG(string)|2| Interfaces=Sets the list of inherited interfaces. ARG(string[])|5| Comment=Sets the list of the comment. ARG(string[])|5| Attributes=Sets the list of attributes. ARG(string[])|5| ##Build=Build Project Settings Symbols=Sets the conditional compilation symbols. ARG(string)|2| Constants=Defines the compilation constants. ARG(flags)|21|3|DEBUG,TRACE Platform=Sets the platform target. ARG(enum)|14|0|AnyCPU,x86,x64,Itanium Unsafe=Allow unsafe mode. ARG(bool)|14|1|True,False Optimize=Sets a value indicating whether to optimize code. ARG(bool)|14|1|True,False WarningLevel=Sets the level of the warning. ARG(enum)|4|4|0,1,2,3,4 SuppressWarning=Sets the pattern to suppress warning. ARG(string)|2| TreatWarnings=Treat warnings as errors. ARG(enum)|14|1|True,False WarningsAsErrors=Sets the specific warnings. ARG(string)|2| OuputPath=Sets the own output path. ARG(string)|2| Serialization=Generate serialization assembly. ARG(enum)|14|2|Off,On,Auto ##Advanced=Advanced Build Settings Language=Sets the version of the languge. ARG(enum)|14|0|Default,ISO-1,ISO-2,3 ErrorReport=Sets the internal compiler error reporting. ARG(enum)|14|1|None,Prompt,Send,Queue CheckOverflow=Sets a value indicating whether to check for arithmetic overflow/underflow. ARG(bool)|14|1|True,False NoStdLib=Sets a value indicating whether do not reference mscorlib.dll. ARG(bool)|14|1|True,False DebugInfo=Sets the level of the detailization of the debug info. ARG(enum)|14|1|None,Full,Pdb-Only FileAligment=Sets the file entry alignment. ARG(enum)|14|0|512,1024,2048,4096,8192 BaseAddress=Sets the DLL base address. ARG(long)|2|4194304 ## ##