ActualTypeAttribute 类 | |
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
[AttributeUsageAttribute(AttributeTargets.Parameter)]
public sealed class ActualTypeAttribute : Attribute
查看代码ActualTypeAttribute 类型公开以下成员。
构造函数 属性
| 名称 | 说明 |
---|
| Value | The actual type of the parameter. |
Top参见