Skip to content
Jordan Duerksen edited this page Mar 31, 2018 · 33 revisions

Welcome to the Tungsten wiki!

This library is named after the element Tungsten. The symbol for Tungsten is W, so to make for quicker typing, the root namespace for Tungsten is W.

Please note that Tungsten is a work in progress and this documentation may not be up to date or may be incomplete.

Tungsten Classes

  • CallResult - A class which can be used to return true/false, an exception and even custom data from a function
  • Lockable
    • A generic class wrapping a value in a thread-safe manner
  • Property
    • Extends Lockable with additional functionality (such as events and INotifyPropertyChanged)
    • May be self-owned or a child of a parent object (such as PropertyHost)

Clone this wiki locally