Show / Hide Table of Contents

Class TestTitleCustomAttachments

Class with dummy custom attachments to display in the UI.

Inheritance
object
CustomAttachmentBase
TestTitleCustomAttachments
Implements
ICustomAttachments
Inherited Members
CustomAttachmentBase.GetAllAttachmentMethodNames()
CustomAttachmentBase.GetAttachmentFunction(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba.TestTitle
Assembly: Phoenix.Plugin.Aruba.TestTitle.dll
Syntax
public class TestTitleCustomAttachments : CustomAttachmentBase, ICustomAttachments

Constructors

View Source

TestTitleCustomAttachments(IPhoenixClientManager<TestHookGameClient>, IPhoenixLogger)

Class with dummy custom attachments to display in the UI.

Declaration
public TestTitleCustomAttachments(IPhoenixClientManager<TestHookGameClient> clientManager, IPhoenixLogger logger)
Parameters
Type Name Description
IPhoenixClientManager<TestHookGameClient> clientManager
IPhoenixLogger logger

Methods

View Source

GetCustomAttachment()

Example of a function to execute a hook and return the path to a custom attachment.

Declaration
public Task<string> GetCustomAttachment()
Returns
Type Description
Task<string>

The path to the custom attachment file.

Implements

ICustomAttachments
  • View Source
In this article
Back to top Generated by DocFX