C# Класс IrcShark.Extensions.Scripting.ScriptMethodAttribute

The ScriptMethodAttribute describes informations about a ScriptMethod.
Наследование: Mono.Addins.CustomExtensionAttribute
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
ScriptMethodAttribute ( ) : System

Initializes a new instance of the ScriptMethodAttribute class.

ScriptMethodAttribute ( [ name ) : System

Initializes a new instance of the ScriptMethodAttribute class.

Описание методов

ScriptMethodAttribute() публичный Метод

Initializes a new instance of the ScriptMethodAttribute class.
public ScriptMethodAttribute ( ) : System
Результат System

ScriptMethodAttribute() публичный Метод

Initializes a new instance of the ScriptMethodAttribute class.
public ScriptMethodAttribute ( [ name ) : System
name [ The name used to call the method.
Результат System