menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NamespaceDescriptor - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AssemblyDescriptor

    Summary description for AssemblyDescriptor.

    Inheritance
    System.Object
    AssemblyDescriptor
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Syncfusion.Scripting
    Assembly: Syncfusion.Scripting.Base.dll
    Syntax
    public class AssemblyDescriptor : ISerializable

    Constructors

    AssemblyDescriptor()

    Declaration
    protected AssemblyDescriptor()

    AssemblyDescriptor(Assembly)

    Declaration
    public AssemblyDescriptor(Assembly srcassembly)
    Parameters
    Type Name Description
    System.Reflection.Assembly srcassembly

    AssemblyDescriptor(SerializationInfo, StreamingContext)

    Declaration
    protected AssemblyDescriptor(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context

    AssemblyDescriptor(String)

    Declaration
    public AssemblyDescriptor(string location)
    Parameters
    Type Name Description
    System.String location

    AssemblyDescriptor(String, String, String)

    Declaration
    public AssemblyDescriptor(string displayname, string fullname, string location)
    Parameters
    Type Name Description
    System.String displayname
    System.String fullname
    System.String location

    Fields

    strDisplayName

    Declaration
    protected string strDisplayName
    Field Value
    Type
    System.String

    strFullName

    Declaration
    protected string strFullName
    Field Value
    Type
    System.String

    strLocation

    Declaration
    protected string strLocation
    Field Value
    Type
    System.String

    Properties

    DisplayName

    Declaration
    public string DisplayName { get; }
    Property Value
    Type
    System.String

    FullName

    Declaration
    public string FullName { get; }
    Property Value
    Type
    System.String

    Location

    Declaration
    public string Location { get; }
    Property Value
    Type
    System.String

    Methods

    InitializeDescriptorFromLocation(String)

    Declaration
    protected void InitializeDescriptorFromLocation(string location)
    Parameters
    Type Name Description
    System.String location

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type
    System.String
    Overrides
    System.Object.ToString()

    Explicit Interface Implementations

    ISerializable.GetObjectData(SerializationInfo, StreamingContext)

    Declaration
    void ISerializable.GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context

    Implements

    System.Runtime.Serialization.ISerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved