C# Class P4API.ClientUser

Inheritance: IDisposable
Mostrar archivo Open project: csm/monodevelop-perforce Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
ClientUser ( ) : System
Diff ( SWIGTYPE_p_FileSys f1, SWIGTYPE_p_FileSys f2, int doPage, string diffFlags, Error e ) : void
DisableTmpCleanup ( ) : void
Dispose ( ) : void
Edit ( SWIGTYPE_p_FileSys f1, Error e ) : void
Edit ( SWIGTYPE_p_FileSys f1, SWIGTYPE_p_Enviro env, Error e ) : void
ErrorPause ( string errBuf, Error e ) : void
File ( SWIGTYPE_p_FileSysType type ) : SWIGTYPE_p_FileSys
Finished ( ) : void
HandleError ( Error err ) : void
Help ( SWIGTYPE_p_p_char help ) : void
Help2 ( SWIGTYPE_p_p_char help ) : int
InputData ( StrBuf strbuf, Error e ) : void
Merge ( SWIGTYPE_p_FileSys all_your_base, SWIGTYPE_p_FileSys leg1, SWIGTYPE_p_FileSys leg2, SWIGTYPE_p_FileSys result, Error e ) : void
Message ( Error err ) : void
OutputBinary ( sbyte data, int length ) : void
OutputError ( string errBuf ) : void
OutputError2 ( string errBuf ) : int
OutputInfo ( char level, string data ) : void
OutputInfo2 ( char level, string data ) : int
OutputStat ( StrDict varList ) : void
OutputText ( sbyte data, int length ) : void
Prompt ( StrPtr msg, StrBuf rsp, int noEcho, Error e ) : void
Resolve ( SWIGTYPE_p_ClientMerge m, Error e ) : int
RunCmd ( string command, string arg1, string arg2, string arg3, string arg4, string arg5, string pager, Error e ) : void
SetOutputCharset ( int arg0 ) : void

Private Methods

Method Description
ClientUser ( IntPtr cPtr, bool cMemoryOwn ) : System
SwigDerivedClassHasMethod ( string methodName, Type methodTypes ) : bool
SwigDirectorConnect ( ) : void
SwigDirectorDiff ( IntPtr f1, IntPtr f2, int doPage, string diffFlags, IntPtr e ) : void
SwigDirectorDisableTmpCleanup ( ) : void
SwigDirectorEdit__SWIG_0 ( IntPtr f1, IntPtr e ) : void
SwigDirectorErrorPause ( string errBuf, IntPtr e ) : void
SwigDirectorFile ( IntPtr type ) : IntPtr
SwigDirectorFinished ( ) : void
SwigDirectorHandleError ( IntPtr err ) : void
SwigDirectorHelp ( IntPtr help ) : void
SwigDirectorHelp2 ( IntPtr help ) : int
SwigDirectorInputData ( IntPtr strbuf, IntPtr e ) : void
SwigDirectorMerge ( IntPtr all_your_base, IntPtr leg1, IntPtr leg2, IntPtr result, IntPtr e ) : void
SwigDirectorMessage ( IntPtr err ) : void
SwigDirectorOutputBinary ( sbyte data, int length ) : void
SwigDirectorOutputError ( string errBuf ) : void
SwigDirectorOutputError2 ( string errBuf ) : int
SwigDirectorOutputInfo ( char level, string data ) : void
SwigDirectorOutputInfo2 ( char level, string data ) : int
SwigDirectorOutputStat ( IntPtr varList ) : void
SwigDirectorOutputText ( sbyte data, int length ) : void
SwigDirectorPrompt ( IntPtr msg, IntPtr rsp, int noEcho, IntPtr e ) : void
SwigDirectorResolve ( IntPtr m, IntPtr e ) : int
SwigDirectorSetOutputCharset ( int arg0 ) : void
getCPtr ( ClientUser obj ) : HandleRef

Method Details

ClientUser() public method

public ClientUser ( ) : System
return System

Diff() public method

public Diff ( SWIGTYPE_p_FileSys f1, SWIGTYPE_p_FileSys f2, int doPage, string diffFlags, Error e ) : void
f1 SWIGTYPE_p_FileSys
f2 SWIGTYPE_p_FileSys
doPage int
diffFlags string
e Error
return void

DisableTmpCleanup() public method

public DisableTmpCleanup ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Edit() public method

public Edit ( SWIGTYPE_p_FileSys f1, Error e ) : void
f1 SWIGTYPE_p_FileSys
e Error
return void

Edit() public static method

public static Edit ( SWIGTYPE_p_FileSys f1, SWIGTYPE_p_Enviro env, Error e ) : void
f1 SWIGTYPE_p_FileSys
env SWIGTYPE_p_Enviro
e Error
return void

ErrorPause() public method

public ErrorPause ( string errBuf, Error e ) : void
errBuf string
e Error
return void

File() public method

public File ( SWIGTYPE_p_FileSysType type ) : SWIGTYPE_p_FileSys
type SWIGTYPE_p_FileSysType
return SWIGTYPE_p_FileSys

Finished() public method

public Finished ( ) : void
return void

HandleError() public method

public HandleError ( Error err ) : void
err Error
return void

Help() public method

public Help ( SWIGTYPE_p_p_char help ) : void
help SWIGTYPE_p_p_char
return void

Help2() public method

public Help2 ( SWIGTYPE_p_p_char help ) : int
help SWIGTYPE_p_p_char
return int

InputData() public method

public InputData ( StrBuf strbuf, Error e ) : void
strbuf StrBuf
e Error
return void

Merge() public method

public Merge ( SWIGTYPE_p_FileSys all_your_base, SWIGTYPE_p_FileSys leg1, SWIGTYPE_p_FileSys leg2, SWIGTYPE_p_FileSys result, Error e ) : void
all_your_base SWIGTYPE_p_FileSys
leg1 SWIGTYPE_p_FileSys
leg2 SWIGTYPE_p_FileSys
result SWIGTYPE_p_FileSys
e Error
return void

Message() public method

public Message ( Error err ) : void
err Error
return void

OutputBinary() public method

public OutputBinary ( sbyte data, int length ) : void
data sbyte
length int
return void

OutputError() public method

public OutputError ( string errBuf ) : void
errBuf string
return void

OutputError2() public method

public OutputError2 ( string errBuf ) : int
errBuf string
return int

OutputInfo() public method

public OutputInfo ( char level, string data ) : void
level char
data string
return void

OutputInfo2() public method

public OutputInfo2 ( char level, string data ) : int
level char
data string
return int

OutputStat() public method

public OutputStat ( StrDict varList ) : void
varList StrDict
return void

OutputText() public method

public OutputText ( sbyte data, int length ) : void
data sbyte
length int
return void

Prompt() public method

public Prompt ( StrPtr msg, StrBuf rsp, int noEcho, Error e ) : void
msg StrPtr
rsp StrBuf
noEcho int
e Error
return void

Resolve() public method

public Resolve ( SWIGTYPE_p_ClientMerge m, Error e ) : int
m SWIGTYPE_p_ClientMerge
e Error
return int

RunCmd() public static method

public static RunCmd ( string command, string arg1, string arg2, string arg3, string arg4, string arg5, string pager, Error e ) : void
command string
arg1 string
arg2 string
arg3 string
arg4 string
arg5 string
pager string
e Error
return void

SetOutputCharset() public method

public SetOutputCharset ( int arg0 ) : void
arg0 int
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool