Difference between revisions of "CUSTOMIZING"
Line 13: | Line 13: | ||
The Customizing object gives information about one version of the compiled customized assemblies. Every time the user executes a compilation (both local and released) a new instance of customizing is created. | The Customizing object gives information about one version of the compiled customized assemblies. Every time the user executes a compilation (both local and released) a new instance of customizing is created. | ||
− | ==Version number== | + | ==Properties== |
+ | ===Version number=== | ||
The version number of a customizing consits of 3 numbers:<br/> | The version number of a customizing consits of 3 numbers:<br/> | ||
− | + | ''Major.Minor.Revision''<br/> | |
Major and Minor are linked to Major and Minor of the UBIK Kernel version the customizing was compiled with. The Revision is increased by 1 with every compilation. | Major and Minor are linked to Major and Minor of the UBIK Kernel version the customizing was compiled with. The Revision is increased by 1 with every compilation. | ||
− | ==Kernel Version== | + | |
+ | ===Kernel Version=== | ||
The kernel Version number for which the current customizing was compiled for | The kernel Version number for which the current customizing was compiled for | ||
− | ==Comment== | + | |
+ | ===Comment=== | ||
Additional comment describing the customizing. | Additional comment describing the customizing. | ||
− | ==Assembly and AssemblyUI File== | + | |
+ | ===Assembly and AssemblyUI File=== | ||
Gives information about the filenames of the assemblies of the customizing. | Gives information about the filenames of the assemblies of the customizing. | ||
− | ==Released== | + | |
+ | ===Released=== | ||
Indicates as the customizing is currently the released one. Only one customizing can be released per Kernel Version. | Indicates as the customizing is currently the released one. Only one customizing can be released per Kernel Version. | ||
Setting it to true will mark all other customizings (with the same Kernel Version) as not released. | Setting it to true will mark all other customizings (with the same Kernel Version) as not released. | ||
− | ==Original Version== | + | |
+ | ===Original Version=== | ||
The Customizing Version which was active once the new once was compiled. | The Customizing Version which was active once the new once was compiled. | ||
+ | |||
+ | |||
+ | ==Customizeable Methods== | ||
+ | ===AddSystemAssemblies=== | ||
+ | Gives the possibility to define assemblies (by their name) which must be added to the UBIK Compiler every time it is asked to compile either the customizing or debugging code in the debugging test environment (Whobert). | ||
[[Category:Metaclasses|CUSTOMIZING]] | [[Category:Metaclasses|CUSTOMIZING]] |
Revision as of 11:35, 3 July 2015
Contents
Basics
The Customizing object gives information about one version of the compiled customized assemblies. Every time the user executes a compilation (both local and released) a new instance of customizing is created.
Properties
Version number
The version number of a customizing consits of 3 numbers:
Major.Minor.Revision
Major and Minor are linked to Major and Minor of the UBIK Kernel version the customizing was compiled with. The Revision is increased by 1 with every compilation.
Kernel Version
The kernel Version number for which the current customizing was compiled for
Comment
Additional comment describing the customizing.
Assembly and AssemblyUI File
Gives information about the filenames of the assemblies of the customizing.
Released
Indicates as the customizing is currently the released one. Only one customizing can be released per Kernel Version. Setting it to true will mark all other customizings (with the same Kernel Version) as not released.
Original Version
The Customizing Version which was active once the new once was compiled.
Customizeable Methods
AddSystemAssemblies
Gives the possibility to define assemblies (by their name) which must be added to the UBIK Compiler every time it is asked to compile either the customizing or debugging code in the debugging test environment (Whobert).