CommandMethodAttribute Class

This class marks an instance or static function as a command.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Teigha.RuntimeCommandMethodAttribute

Namespace: Teigha.Runtime
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 26.9.0.0
Syntax
public sealed class CommandMethodAttribute : Attribute, 
        ICommandLineCallable

The CommandMethodAttribute type exposes the following members.

Constructors
  Name Description
Public method CommandMethodAttribute(String) Constructor for the CommandMethodAttribute class.
Public method CommandMethodAttribute(String, CommandFlags) Constructor for the CommandMethodAttribute class.
Public method CommandMethodAttribute(String, String, CommandFlags) Constructor for the CommandMethodAttribute class.
Public method CommandMethodAttribute(String, String, String, CommandFlags) Constructor for the CommandMethodAttribute class.
Public method CommandMethodAttribute(String, String, String, CommandFlags, String) Constructor for the CommandMethodAttribute class.
Public method CommandMethodAttribute(String, String, String, CommandFlags, Type) Constructor for the CommandMethodAttribute class.
Public method CommandMethodAttribute(String, String, String, CommandFlags, Type, String, String) Constructor for the CommandMethodAttribute class.
Top
Properties
  Name Description
Public property ContextMenuExtensionType  
Public property Flags Property that represents command flags.
Public property GlobalName Property that represents command global name.
Public property GroupName Property that represents command group name.
Public property HelpFileName Property that represents full path and file name of a help file.
Public property HelpTopic Property that represents help topic string.
Public property LocalizedNameId Property that represents command localized name ID.
Public property TypeId
(Inherited from Attribute)
Top
Methods
  Name Description
Public method Equals
(Inherited from Attribute)
Public method GetHashCode
(Inherited from Attribute)
Public method GetType
(Inherited from Object)
Public method IsDefaultAttribute
(Inherited from Attribute)
Public method Match
(Inherited from Attribute)
Public method ToString
(Inherited from Object)
Top
See Also

©  Bricsys NV. All rights reserved.