C# 클래스 CodeOwls.PowerShell.Provider.ProviderWithTransactions

상속: ProviderWithDisposableSession
파일 보기 프로젝트 열기: beefarino/TxF

공개 메소드들

메소드 설명
ClearContent ( string path ) : void
ClearContentDynamicParameters ( string path ) : object
GetContentReader ( string path ) : System.Management.Automation.Provider.IContentReader
GetContentReaderDynamicParameters ( string path ) : object
GetContentWriter ( string path ) : System.Management.Automation.Provider.IContentWriter
GetContentWriterDynamicParameters ( string path ) : object

보호된 메소드들

메소드 설명
ClearItem ( string path ) : void
ClearItemDynamicParameters ( string path ) : object
CopyItem ( string path, string copyPath, bool recurse ) : void
CopyItemDynamicParameters ( string path, string destination, bool recurse ) : object
GetChildItems ( string path, bool recurse ) : void
GetChildItemsDynamicParameters ( string path, bool recurse ) : object
GetChildNames ( string path, ReturnContainers returnContainers ) : void
GetChildNamesDynamicParameters ( string path ) : object
GetItem ( string path ) : void
GetItemDynamicParameters ( string path ) : object
HasChildItems ( string path ) : bool
InvokeDefaultAction ( string path ) : void
InvokeDefaultActionDynamicParameters ( string path ) : object
IsItemContainer ( string path ) : bool
IsValidPath ( string path ) : bool
ItemExists ( string path ) : bool
ItemExistsDynamicParameters ( string path ) : object
MoveItem ( string path, string destination ) : void
MoveItemDynamicParameters ( string path, string destination ) : object
NewItem ( string path, string itemTypeName, object newItemValue ) : void
NewItemDynamicParameters ( string path, string itemTypeName, object newItemValue ) : object
RemoveItem ( string path, bool recurse ) : void
RemoveItemDynamicParameters ( string path, bool recurse ) : object
RenameItem ( string path, string newName ) : void
RenameItemDynamicParameters ( string path, string newName ) : object
SetItem ( string path, object value ) : void
SetItemDynamicParameters ( string path, object value ) : object

메소드 상세

ClearContent() 공개 메소드

public ClearContent ( string path ) : void
path string
리턴 void

ClearContentDynamicParameters() 공개 메소드

public ClearContentDynamicParameters ( string path ) : object
path string
리턴 object

ClearItem() 보호된 메소드

protected ClearItem ( string path ) : void
path string
리턴 void

ClearItemDynamicParameters() 보호된 메소드

protected ClearItemDynamicParameters ( string path ) : object
path string
리턴 object

CopyItem() 보호된 메소드

protected CopyItem ( string path, string copyPath, bool recurse ) : void
path string
copyPath string
recurse bool
리턴 void

CopyItemDynamicParameters() 보호된 메소드

protected CopyItemDynamicParameters ( string path, string destination, bool recurse ) : object
path string
destination string
recurse bool
리턴 object

GetChildItems() 보호된 메소드

protected GetChildItems ( string path, bool recurse ) : void
path string
recurse bool
리턴 void

GetChildItemsDynamicParameters() 보호된 메소드

protected GetChildItemsDynamicParameters ( string path, bool recurse ) : object
path string
recurse bool
리턴 object

GetChildNames() 보호된 메소드

protected GetChildNames ( string path, ReturnContainers returnContainers ) : void
path string
returnContainers ReturnContainers
리턴 void

GetChildNamesDynamicParameters() 보호된 메소드

protected GetChildNamesDynamicParameters ( string path ) : object
path string
리턴 object

GetContentReader() 공개 메소드

public GetContentReader ( string path ) : System.Management.Automation.Provider.IContentReader
path string
리턴 System.Management.Automation.Provider.IContentReader

GetContentReaderDynamicParameters() 공개 메소드

public GetContentReaderDynamicParameters ( string path ) : object
path string
리턴 object

GetContentWriter() 공개 메소드

public GetContentWriter ( string path ) : System.Management.Automation.Provider.IContentWriter
path string
리턴 System.Management.Automation.Provider.IContentWriter

GetContentWriterDynamicParameters() 공개 메소드

public GetContentWriterDynamicParameters ( string path ) : object
path string
리턴 object

GetItem() 보호된 메소드

protected GetItem ( string path ) : void
path string
리턴 void

GetItemDynamicParameters() 보호된 메소드

protected GetItemDynamicParameters ( string path ) : object
path string
리턴 object

HasChildItems() 보호된 메소드

protected HasChildItems ( string path ) : bool
path string
리턴 bool

InvokeDefaultAction() 보호된 메소드

protected InvokeDefaultAction ( string path ) : void
path string
리턴 void

InvokeDefaultActionDynamicParameters() 보호된 메소드

protected InvokeDefaultActionDynamicParameters ( string path ) : object
path string
리턴 object

IsItemContainer() 보호된 메소드

protected IsItemContainer ( string path ) : bool
path string
리턴 bool

IsValidPath() 보호된 메소드

protected IsValidPath ( string path ) : bool
path string
리턴 bool

ItemExists() 보호된 메소드

protected ItemExists ( string path ) : bool
path string
리턴 bool

ItemExistsDynamicParameters() 보호된 메소드

protected ItemExistsDynamicParameters ( string path ) : object
path string
리턴 object

MoveItem() 보호된 메소드

protected MoveItem ( string path, string destination ) : void
path string
destination string
리턴 void

MoveItemDynamicParameters() 보호된 메소드

protected MoveItemDynamicParameters ( string path, string destination ) : object
path string
destination string
리턴 object

NewItem() 보호된 메소드

protected NewItem ( string path, string itemTypeName, object newItemValue ) : void
path string
itemTypeName string
newItemValue object
리턴 void

NewItemDynamicParameters() 보호된 메소드

protected NewItemDynamicParameters ( string path, string itemTypeName, object newItemValue ) : object
path string
itemTypeName string
newItemValue object
리턴 object

RemoveItem() 보호된 메소드

protected RemoveItem ( string path, bool recurse ) : void
path string
recurse bool
리턴 void

RemoveItemDynamicParameters() 보호된 메소드

protected RemoveItemDynamicParameters ( string path, bool recurse ) : object
path string
recurse bool
리턴 object

RenameItem() 보호된 메소드

protected RenameItem ( string path, string newName ) : void
path string
newName string
리턴 void

RenameItemDynamicParameters() 보호된 메소드

protected RenameItemDynamicParameters ( string path, string newName ) : object
path string
newName string
리턴 object

SetItem() 보호된 메소드

protected SetItem ( string path, object value ) : void
path string
value object
리턴 void

SetItemDynamicParameters() 보호된 메소드

protected SetItemDynamicParameters ( string path, object value ) : object
path string
value object
리턴 object