Show / Hide Table of Contents

Class DxdiagAttachment

Implementation of the ArubaAttachmentTypeBase for DxDiag attachments.

Inheritance
object
ArubaAttachmentTypeBase
DxdiagAttachment
Implements
IAttachmentType
IEquatable<IAttachmentType>
Inherited Members
ArubaAttachmentTypeBase.Parameters
ArubaAttachmentTypeBase.ShowOnlyInTemplateEditor
ArubaAttachmentTypeBase.TempDirectory
ArubaAttachmentTypeBase.CreateNewParameters()
ArubaAttachmentTypeBase.Equals(IAttachmentType)
ArubaAttachmentTypeBase.Equals(object)
ArubaAttachmentTypeBase.GetHashCode()
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class DxdiagAttachment : ArubaAttachmentTypeBase, IAttachmentType, IEquatable<IAttachmentType>

Properties

View Source

CaptureInterface

Gets the dxdiag capture interface for a device.

Declaration
public override Type CaptureInterface { get; }
Property Value
Type Description
Type
Overrides
ArubaAttachmentTypeBase.CaptureInterface
View Source

EditorPath

Gets the dxdiag editor path.

Declaration
public override string EditorPath { get; }
Property Value
Type Description
string
Overrides
ArubaAttachmentTypeBase.EditorPath
View Source

FileFilter

Gets the file filter.

Declaration
public override string FileFilter { get; }
Property Value
Type Description
string
Overrides
ArubaAttachmentTypeBase.FileFilter
View Source

Name

Gets the name.

Declaration
public override string Name { get; }
Property Value
Type Description
string
Overrides
ArubaAttachmentTypeBase.Name
View Source

SupportedExtensions

Gets the supported extension types.

Declaration
public override IEnumerable<string> SupportedExtensions { get; }
Property Value
Type Description
IEnumerable<string>
Overrides
ArubaAttachmentTypeBase.SupportedExtensions

Methods

View Source

CreateNew()

Creates a new dxdiag attachment.

Declaration
public override IAttachmentType CreateNew()
Returns
Type Description
IAttachmentType

The attachment type.

Overrides
ArubaAttachmentTypeBase.CreateNew()

Implements

IAttachmentType
IEquatable<T>
  • View Source
In this article
Back to top Generated by DocFX