点击或拖拽改变大小

ActualTypeAttribute 类

X#
This class is used to mark IntPtr _DLL arguments with the actual type
继承层次
Object
  Attribute
    ActualTypeAttribute

命名空间:  XSharp.Internal
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
[AttributeUsageAttribute(AttributeTargets.Parameter)]
 SEALED CLASS ActualTypeAttribute INHERIT Attribute
查看代码

ActualTypeAttribute 类型公开以下成员。

构造函数
  名称说明
公共方法ActualTypeAttribute
初始化 ActualTypeAttribute 类的一个新实例
Top
属性
  名称说明
公共属性Value
The actual type of the parameter.
Top
参见