C# 클래스 P4API.StrRef

상속: StrPtr
파일 보기 프로젝트 열기: csm/monodevelop-perforce 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
StrRef ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( StrRef obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Null() 공개 정적인 메소드

public static Null ( ) : StrPtr
리턴 StrPtr

Set() 공개 메소드

public Set ( StrPtr s ) : void
s StrPtr
리턴 void

Set() 공개 메소드

public Set ( string buf ) : void
buf string
리턴 void

Set() 공개 메소드

public Set ( string buf, int len ) : void
buf string
len int
리턴 void

StrRef() 공개 메소드

public StrRef ( ) : System
리턴 System

StrRef() 공개 메소드

public StrRef ( StrPtr s ) : System
s StrPtr
리턴 System

StrRef() 공개 메소드

public StrRef ( StrRef s ) : System
s StrRef
리턴 System

StrRef() 공개 메소드

public StrRef ( string buf ) : System
buf string
리턴 System

StrRef() 공개 메소드

public StrRef ( string buf, int len ) : System
buf string
len int
리턴 System