Search Results for

    Show / Hide Table of Contents

    Class CustomAssembly

    Inheritance
    object
    CustomAssembly
    Implements
    IEquatable<CustomAssembly>
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: LemonEdge.API.Core.Scripting
    Assembly: LemonEdge.API.dll
    Syntax
    public record CustomAssembly : IEquatable<CustomAssembly>

    Constructors

    CustomAssembly(CustomAssembly)

    Declaration
    protected CustomAssembly(CustomAssembly original)
    Parameters
    Type Name Description
    CustomAssembly original

    CustomAssembly(Assembly, byte[])

    Declaration
    public CustomAssembly(Assembly Assembly, byte[] ByteArray)
    Parameters
    Type Name Description
    Assembly Assembly
    byte[] ByteArray

    Properties

    Assembly

    Declaration
    public Assembly Assembly { get; init; }
    Property Value
    Type Description
    Assembly

    ByteArray

    Declaration
    public byte[] ByteArray { get; init; }
    Property Value
    Type Description
    byte[]

    EqualityContract

    Declaration
    protected virtual Type EqualityContract { get; }
    Property Value
    Type Description
    Type

    Methods

    Deconstruct(out Assembly, out byte[])

    Declaration
    public void Deconstruct(out Assembly Assembly, out byte[] ByteArray)
    Parameters
    Type Name Description
    Assembly Assembly
    byte[] ByteArray

    Equals(CustomAssembly?)

    Declaration
    public virtual bool Equals(CustomAssembly? other)
    Parameters
    Type Name Description
    CustomAssembly other
    Returns
    Type Description
    bool

    Equals(object?)

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

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()

    PrintMembers(StringBuilder)

    Declaration
    protected virtual bool PrintMembers(StringBuilder builder)
    Parameters
    Type Name Description
    StringBuilder builder
    Returns
    Type Description
    bool

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()

    <Clone>$()

    Declaration
    public virtual CustomAssembly <Clone>$()
    Returns
    Type Description
    CustomAssembly

    Operators

    operator ==(CustomAssembly?, CustomAssembly?)

    Declaration
    public static bool operator ==(CustomAssembly? left, CustomAssembly? right)
    Parameters
    Type Name Description
    CustomAssembly left
    CustomAssembly right
    Returns
    Type Description
    bool

    operator !=(CustomAssembly?, CustomAssembly?)

    Declaration
    public static bool operator !=(CustomAssembly? left, CustomAssembly? right)
    Parameters
    Type Name Description
    CustomAssembly left
    CustomAssembly right
    Returns
    Type Description
    bool

    Implements

    IEquatable<T>

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.