PipeStream.IsHandleExposed 속성

정의

PipeStream 개체에 대한 핸들이 노출되는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

PipeStream 개체에 대한 핸들이 노출되면 true이고, 그렇지 않으면 false입니다.

설명

이 속성의 값은 현재 PipeStream 개체에 의해 캡슐화된 파이프에 대한 핸들을 가져올 때 설정됩니다.

적용 대상