Show / Hide Table of Contents

Class Antivirus

Inheritance
Object
Antivirus
Namespace: BenchmarkDotNet.Portability
Assembly: BenchmarkDotNet.dll
Syntax
public class Antivirus

Constructors

Antivirus(String, String)

Declaration
public Antivirus(string name, string path)
Parameters
Type Name Description
String name
String path

Properties

Name

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

Path

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

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()
In This Article
Back to top Copyright © 2013–2021 .NET Foundation and contributors