C# Class P4API.StrRef

Inheritance: StrPtr
Afficher le fichier Open project: csm/monodevelop-perforce Class Usage Examples

Méthodes publiques

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

Méthode Description
StrRef ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( StrRef obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Null() public static méthode

public static Null ( ) : StrPtr
Résultat StrPtr

Set() public méthode

public Set ( StrPtr s ) : void
s StrPtr
Résultat void

Set() public méthode

public Set ( string buf ) : void
buf string
Résultat void

Set() public méthode

public Set ( string buf, int len ) : void
buf string
len int
Résultat void

StrRef() public méthode

public StrRef ( ) : System
Résultat System

StrRef() public méthode

public StrRef ( StrPtr s ) : System
s StrPtr
Résultat System

StrRef() public méthode

public StrRef ( StrRef s ) : System
s StrRef
Résultat System

StrRef() public méthode

public StrRef ( string buf ) : System
buf string
Résultat System

StrRef() public méthode

public StrRef ( string buf, int len ) : System
buf string
len int
Résultat System