C# Class VSEmbed.Services.StubVsActivityLog

Inheritance: IVsActivityLog
Afficher le fichier Open project: SLaks/VSEmbed

Méthodes publiques

Méthode Description
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

Method Details

LogEntry() public méthode

public LogEntry ( [ actType, [ pszSource, [ pszDescription ) : int
actType [
pszSource [
pszDescription [
Résultat int

LogEntryGuid() public méthode

public LogEntryGuid ( [ actType, [ pszSource, [ pszDescription, System.Guid guid ) : int
actType [
pszSource [
pszDescription [
guid System.Guid
Résultat int

LogEntryGuidHr() public méthode

public LogEntryGuidHr ( [ actType, [ pszSource, [ pszDescription, System.Guid guid, int hr ) : int
actType [
pszSource [
pszDescription [
guid System.Guid
hr int
Résultat int

LogEntryGuidHrPath() public méthode

public LogEntryGuidHrPath ( [ actType, [ pszSource, [ pszDescription, System.Guid guid, int hr, [ pszPath ) : int
actType [
pszSource [
pszDescription [
guid System.Guid
hr int
pszPath [
Résultat int

LogEntryGuidPath() public méthode

public LogEntryGuidPath ( [ actType, [ pszSource, [ pszDescription, System.Guid guid, [ pszPath ) : int
actType [
pszSource [
pszDescription [
guid System.Guid
pszPath [
Résultat int

LogEntryHr() public méthode

public LogEntryHr ( [ actType, [ pszSource, [ pszDescription, int hr ) : int
actType [
pszSource [
pszDescription [
hr int
Résultat int

LogEntryHrPath() public méthode

public LogEntryHrPath ( [ actType, [ pszSource, [ pszDescription, int hr, [ pszPath ) : int
actType [
pszSource [
pszDescription [
hr int
pszPath [
Résultat int

LogEntryPath() public méthode

public LogEntryPath ( [ actType, [ pszSource, [ pszDescription, [ pszPath ) : int
actType [
pszSource [
pszDescription [
pszPath [
Résultat int