Search Results for

    Show / Hide Table of Contents

    Class DesktopStrongNameProvider

    Inheritance
    object
    StrongNameProvider
    DesktopStrongNameProvider
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public class DesktopStrongNameProvider : StrongNameProvider

    Constructors

    DesktopStrongNameProvider(ImmutableArray<string>)

    Declaration
    public DesktopStrongNameProvider(ImmutableArray<string> keyFileSearchPaths)
    Parameters
    Type Name Description
    ImmutableArray<string> keyFileSearchPaths

    DesktopStrongNameProvider(ImmutableArray<string>, string?)

    Declaration
    public DesktopStrongNameProvider(ImmutableArray<string> keyFileSearchPaths = default, string? tempPath = null)
    Parameters
    Type Name Description
    ImmutableArray<string> keyFileSearchPaths
    string tempPath

    Methods

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    StrongNameProvider.Equals(object?)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    StrongNameProvider.GetHashCode()
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0