C# 클래스 NetIde.Core.CorePackage

상속: NetIde.Shell.NiPackage, INiCommandTarget
파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
Exec ( System.Guid command, object argument, object &result ) : HResult
Initialize ( ) : HResult
QueryStatus ( System.Guid command, NiCommandStatus &status ) : HResult

비공개 메소드들

메소드 설명
BuildCommands ( ) : void
CanSaveFile ( ) : NiCommandStatus
CloseFile ( ) : void
OpenPackageManagementForm ( ) : void
SaveFile ( ) : void

메소드 상세

Exec() 공개 메소드

public Exec ( System.Guid command, object argument, object &result ) : HResult
command System.Guid
argument object
result object
리턴 HResult

Initialize() 공개 메소드

public Initialize ( ) : HResult
리턴 HResult

QueryStatus() 공개 메소드

public QueryStatus ( System.Guid command, NiCommandStatus &status ) : HResult
command System.Guid
status NiCommandStatus
리턴 HResult