[This is preliminary documentation and is subject to change.]

Author: Đonny

This class tests if static properties of given type or types in given assembly/module/namespace returns value without throwing an exception.

Namespace: Tools.TestsT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public class StaticPropertiesTest
Visual Basic
Public Class StaticPropertiesTest
Visual C++
public ref class StaticPropertiesTest
F#
type StaticPropertiesTest =  class end
JScript
public class StaticPropertiesTest

Inheritance Hierarchy

System..::..Object
  Tools.TestsT..::..StaticPropertiesTest

See Also

Collapse/expand Version History

1.5.2

  • (Nightly) Class introduced