C# 클래스 VSEmbed.Services.StubVsActivityLog

상속: IVsActivityLog
파일 보기 프로젝트 열기: SLaks/VSEmbed

공개 메소드들

메소드 설명
LogEntry ( [ actType, [ pszSource, [ pszDescription ) : int
LogEntryGuid ( [ actType, [ pszSource, [ pszDescription, System.Guid guid ) : int
LogEntryGuidHr ( [ actType, [ pszSource, [ pszDescription, System.Guid guid, int hr ) : int
LogEntryGuidHrPath ( [ actType, [ pszSource, [ pszDescription, System.Guid guid, int hr, [ pszPath ) : int
LogEntryGuidPath ( [ actType, [ pszSource, [ pszDescription, System.Guid guid, [ pszPath ) : int
LogEntryHr ( [ actType, [ pszSource, [ pszDescription, int hr ) : int
LogEntryHrPath ( [ actType, [ pszSource, [ pszDescription, int hr, [ pszPath ) : int
LogEntryPath ( [ actType, [ pszSource, [ pszDescription, [ pszPath ) : int

메소드 상세

LogEntry() 공개 메소드

public LogEntry ( [ actType, [ pszSource, [ pszDescription ) : int
actType [
pszSource [
pszDescription [
리턴 int

LogEntryGuid() 공개 메소드

public LogEntryGuid ( [ actType, [ pszSource, [ pszDescription, System.Guid guid ) : int
actType [
pszSource [
pszDescription [
guid System.Guid
리턴 int

LogEntryGuidHr() 공개 메소드

public LogEntryGuidHr ( [ actType, [ pszSource, [ pszDescription, System.Guid guid, int hr ) : int
actType [
pszSource [
pszDescription [
guid System.Guid
hr int
리턴 int

LogEntryGuidHrPath() 공개 메소드

public LogEntryGuidHrPath ( [ actType, [ pszSource, [ pszDescription, System.Guid guid, int hr, [ pszPath ) : int
actType [
pszSource [
pszDescription [
guid System.Guid
hr int
pszPath [
리턴 int

LogEntryGuidPath() 공개 메소드

public LogEntryGuidPath ( [ actType, [ pszSource, [ pszDescription, System.Guid guid, [ pszPath ) : int
actType [
pszSource [
pszDescription [
guid System.Guid
pszPath [
리턴 int

LogEntryHr() 공개 메소드

public LogEntryHr ( [ actType, [ pszSource, [ pszDescription, int hr ) : int
actType [
pszSource [
pszDescription [
hr int
리턴 int

LogEntryHrPath() 공개 메소드

public LogEntryHrPath ( [ actType, [ pszSource, [ pszDescription, int hr, [ pszPath ) : int
actType [
pszSource [
pszDescription [
hr int
pszPath [
리턴 int

LogEntryPath() 공개 메소드

public LogEntryPath ( [ actType, [ pszSource, [ pszDescription, [ pszPath ) : int
actType [
pszSource [
pszDescription [
pszPath [
리턴 int