C# 클래스 Microsoft.ManagementConsole.Internal.InsertScopeNodesCommandWriter

상속: IDisposable
파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Flush ( ) : InsertScopeNodesCommand
InsertScopeNodesCommandWriter ( int capacity ) : System
WriteScopeNodeInsert ( ScopeNodeInsert obj ) : void

비공개 메소드들

메소드 설명
WriteNextActions ( ActionsPaneRootData obj ) : void
WriteNextAddedFormats ( DataFormatConfiguration obj ) : void
WriteNextChangedFormats ( DataFormatConfiguration obj ) : void
WriteNextHelpActions ( ActionsPaneRootData obj ) : void
WriteNextInitialSharedData ( SharedDataObjectUpdate obj ) : void
WriteNextNodeData ( ScopeNodeData obj ) : void
WriteNextPasteTargetInfo ( PasteTargetInfo obj ) : void
WriteNextSubItems ( NodeSubItemData obj ) : void
WriteNextUpdatedData ( ClipboardData obj ) : void
WriteString ( string value ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : InsertScopeNodesCommand
리턴 InsertScopeNodesCommand

InsertScopeNodesCommandWriter() 공개 메소드

public InsertScopeNodesCommandWriter ( int capacity ) : System
capacity int
리턴 System

WriteScopeNodeInsert() 공개 메소드

public WriteScopeNodeInsert ( ScopeNodeInsert obj ) : void
obj ScopeNodeInsert
리턴 void