Search Results for

    Show / Hide Table of Contents

    Class AssemblyKeyFileAttribute

    Specifies the name of a file containing the key pair used to generate a strong name.

    Inheritance
    object
    Attribute
    AssemblyKeyFileAttribute
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: System.Reflection
    Assembly: mscorlib.dll
    Syntax
    [AttributeUsage(AttributeTargets.Assembly)]
    public sealed class AssemblyKeyFileAttribute : Attribute

    Constructors

    AssemblyKeyFileAttribute(string)

    Initializes a new instance of the AssemblyKeyFileAttribute class with the name of the file containing the key pair to generate a strong name for the assembly being attributed.

    Declaration
    public AssemblyKeyFileAttribute(string keyFile)
    Parameters
    Type Name Description
    string keyFile

    The name of the file containing the key pair.

    Properties

    KeyFile

    Gets the name of the file containing the key pair used to generate a strong name for the attributed assembly.

    Declaration
    public string KeyFile { get; }
    Property Value
    Type Description
    string

    A string containing the name of the file that contains the key pair.

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    LogDispatcher.GetCurrentClassLogger(object)
    In This Article
    Back to top Copyright © 2023 nanoFramework Contributors
    Generated by DocFX