Search Results for

    Show / Hide Table of Contents

    Class Plugins

    The command to show all plugins.

    Inheritance
    System.Object
    Plugins
    Implements
    CommandSystem.ICommand
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Exiled.Events.Commands.Show
    Assembly: Exiled.Events.dll
    Syntax
    public sealed class Plugins : ICommand

    Properties

    | Improve this Doc View Source

    Aliases

    Declaration
    public string[] Aliases { get; }
    Property Value
    Type Description
    System.String[]
    | Improve this Doc View Source

    Command

    Declaration
    public string Command { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Description

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Execute(ArraySegment<String>, ICommandSender, out String)

    Declaration
    public bool Execute(ArraySegment<string> arguments, ICommandSender sender, out string response)
    Parameters
    Type Name Description
    System.ArraySegment<System.String> arguments
    CommandSystem.ICommandSender sender
    System.String response
    Returns
    Type Description
    System.Boolean

    Implements

    CommandSystem.ICommand

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX