Search Results for

    Show / Hide Table of Contents

    Class Patches

    The command to show all the patches done by plugins.

    Inheritance
    System.Object
    Patches
    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.PluginManager
    Assembly: Exiled.Events.dll
    Syntax
    public sealed class Patches : 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
    | Improve this Doc View Source

    Instance

    Gets static instance of the Patches command.

    Declaration
    public static Patches Instance { get; }
    Property Value
    Type Description
    Patches

    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