C# Class P4API.StrRef

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

Public Methods

Method Description
Dispose ( ) : void
Null ( ) : StrPtr
Set ( StrPtr s ) : void
Set ( string buf ) : void
Set ( string buf, int len ) : void
StrRef ( ) : System
StrRef ( StrPtr s ) : System
StrRef ( StrRef s ) : System
StrRef ( string buf ) : System
StrRef ( string buf, int len ) : System

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Null() public static method

public static Null ( ) : StrPtr
return StrPtr

Set() public method

public Set ( StrPtr s ) : void
s StrPtr
return void

Set() public method

public Set ( string buf ) : void
buf string
return void

Set() public method

public Set ( string buf, int len ) : void
buf string
len int
return void

StrRef() public method

public StrRef ( ) : System
return System

StrRef() public method

public StrRef ( StrPtr s ) : System
s StrPtr
return System

StrRef() public method

public StrRef ( StrRef s ) : System
s StrRef
return System

StrRef() public method

public StrRef ( string buf ) : System
buf string
return System

StrRef() public method

public StrRef ( string buf, int len ) : System
buf string
len int
return System