C# Class P4API.StrVarName

Inheritance: StrRef
Show file Open project: csm/monodevelop-perforce Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
StrVarName ( StrPtr name, int x ) : System
StrVarName ( StrPtr name, int x, int y ) : System
StrVarName ( string buf, int length ) : System

Private Methods

Method Description
StrVarName ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( StrVarName obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

StrVarName() public method

public StrVarName ( StrPtr name, int x ) : System
name StrPtr
x int
return System

StrVarName() public method

public StrVarName ( StrPtr name, int x, int y ) : System
name StrPtr
x int
y int
return System

StrVarName() public method

public StrVarName ( string buf, int length ) : System
buf string
length int
return System