Search Results for

    Show / Hide Table of Contents

    Class AssemblyDelaySignAttribute

    Specifies that the assembly is not fully signed when created.

    Inheritance
    object
    Attribute
    AssemblyDelaySignAttribute
    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 AssemblyDelaySignAttribute : Attribute

    Constructors

    AssemblyDelaySignAttribute(bool)

    Initializes a new instance of the AssemblyDelaySignAttribute class.

    Declaration
    public AssemblyDelaySignAttribute(bool delaySign)
    Parameters
    Type Name Description
    bool delaySign

    true if the feature this attribute represents is activated; otherwise, false.

    Properties

    DelaySign

    Gets a value indicating the state of the attribute.

    Declaration
    public bool DelaySign { get; }
    Property Value
    Type Description
    bool

    true if this assembly has been built as delay-signed; otherwise, false.

    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