DisposablePWSTR 类
- 命名空间
- ClassIsland.Core
- 程序集
- ClassIsland.Core.dll
可以自动释放的 PWSTR。
public class DisposablePWSTR : IDisposable
- 继承
-
DisposablePWSTR
- 实现
- 继承成员
构造函数
DisposablePWSTR(int)
初始化DisposablePWSTR实例。
public DisposablePWSTR(int size)
参数
size
int缓冲区大小。
属性
PWSTR
PWSTR 实例。
public PWSTR PWSTR { get; }
属性值
- PWSTR
方法
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
ToString()
Returns a string that represents the current object.
public override string ToString()
返回
- string
A string that represents the current object.