PipeStream.IsHandleExposed 属性

定义

获取一个值,该值指示是否公开了 PipeStream 对象的句柄。Gets a value indicating whether a handle to a PipeStream object is exposed.

protected:
 property bool IsHandleExposed { bool get(); };
protected bool IsHandleExposed { get; }
member this.IsHandleExposed : bool
Protected ReadOnly Property IsHandleExposed As Boolean

属性值

Boolean

如果公开了 PipeStream 对象的句柄,则为 true;否则为 falsetrue if a handle to the PipeStream object is exposed; otherwise, false.

注解

当获取当前对象所封装的管道的句柄时,将设置此属性的值 PipeStreamThe value of this property is set when obtaining a handle to the pipe that is encapsulated by the current PipeStream object.

适用于