Click or drag to resize

NameExtension Constructor (String)

Initialize the extension with the given name.

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public NameExtension(
	string name
)

Parameters

name
Type: SystemString
A name given to the extension.
See Also