Assembly (keyword)

From RemObjects Software

Jump to: navigation, search

New page awaiting review

Please do not rely on the content. After review, the page will be indexed and may have its name changed.

If you have suggestions for this page, please send them to us: email.

This is a Oxygene Keyword topic
Feel free to add your notes to this topic below.



The assembly keyword is a member access modifier.

There are 3 modifications of this modifier:

  • An assembly programming element is available anywhere in the same assembly. Not accessible from the outside.
  • Element marked as assembly and protected, only accessible from descendants implemented in the same assembly. Outside code has no chance of ever accessing this. Use this for code your own descendants need to access, but user's code should not.
  • assembly or protected element publicly accessible from anywhere within the same assembly. Outside of the assembly, only accessible from descendants.


Applies to


See Also


Product: RemObjects Oxygene (formerly known as Chrome)
Current version: 3.0 Previous Versions: 'Joyride' (2.0), 'Floorshow' (1.5), 'Adrenochrome' (1.0)

GlossaryKeywordsLanguage FeaturesPlatform FeaturesSamplesArticlesHow ToIssues

Personal tools