Fantasy
搜索结果

    显示/隐藏目录

    AssemblyInfo 类

    AssemblyInfo提供有关程序集和类型的信息

    继承
    object
    AssemblyInfo
    继承成员
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    命名空间: Fantasy.Assembly
    程序集: Fantasy.Net.dll
    语法
    public sealed class AssemblyInfo

    构造函数

    | 编辑本文 查看源代码

    AssemblyInfo(long)

    初始化 AssemblyInfo 类的新实例。

    声明
    public AssemblyInfo(long assemblyIdentity)
    参数
    类型 名称 描述
    long assemblyIdentity

    字段

    | 编辑本文 查看源代码

    AssemblyIdentity

    唯一标识

    声明
    public readonly long AssemblyIdentity
    字段值
    类型 描述
    long
    | 编辑本文 查看源代码

    AssemblyTypeGroupList

    程序集类型分组集合,获取一个分组列表,将接口类型映射到实现这些接口的类型。

    声明
    public readonly OneToManyList<Type, Type> AssemblyTypeGroupList
    字段值
    类型 描述
    OneToManyList<Type, Type>
    | 编辑本文 查看源代码

    AssemblyTypeList

    程序集类型集合,获取一个列表,包含从程序集加载的所有类型。

    声明
    public readonly List<Type> AssemblyTypeList
    字段值
    类型 描述
    List<Type>

    属性

    | 编辑本文 查看源代码

    Assembly

    获取或设置与此程序集相关联的 Assembly 实例。

    声明
    public Assembly Assembly { get; }
    属性值
    类型 描述
    Assembly

    方法

    | 编辑本文 查看源代码

    Load(Assembly)

    从指定的程序集加载类型信息并进行分类。

    声明
    public void Load(Assembly assembly)
    参数
    类型 名称 描述
    Assembly assembly

    要加载信息的程序集。

    | 编辑本文 查看源代码

    Unload()

    卸载程序集的类型信息。

    声明
    public void Unload()

    扩展方法

    JsonHelper.ToJson<T>(T)
    • 编辑本文
    • 查看源代码
    本文内容
    Back to top Generated by DocFX