Api AliasAttribute
class

AliasAttribute

public class AliasAttribute : Attribute

Alternate class name(s) for this type to the one specified via LibraryAttribute. This info can then be retrieved via DisplayInfo library.

Constructors

AliasAttribute(String[] tag)

Properties

Name Type Description
Value String[] The aliases for this class.
Assembly: Sandbox.System Full Name: AliasAttribute