ns

fun ScriptScope.ns(body: NSScope.() -> Unit)(source)

A scoping function to execute a code block within the context of an NSScope instance, which provides utility functions specific to NSX tooling.

Parameters

body

The function body that will be executed in the context of the NSScope instance.