Gets the value of a static field or property of a class
Value
An object resulting from the call. May be a `NetObject` object, or a native R object for common types. Can be NULL.
Examples
testClassName <- getRSharpSetting("testObjectTypeName")
getStatic(testClassName, "StaticPropertyIntegerOne")
#> [1] 0