C# 클래스 MediaPortalWrapper.Utils.PtrExtension

파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

공개 메소드들

메소드 설명
FreeCO ( IntPtr &ptr ) : void
FreeCO ( this ptr ) : void
FreeHG ( IntPtr &ptr ) : void
FreeHG ( this ptr ) : void
SetStringCO ( this value, IntPtr &ptr ) : void
SetStringHG ( this value, IntPtr &ptr ) : void
ToManaged ( this ptr ) : string

메소드 상세

FreeCO() 공개 정적인 메소드

public static FreeCO ( IntPtr &ptr ) : void
ptr System.IntPtr
리턴 void

FreeCO() 공개 정적인 메소드

public static FreeCO ( this ptr ) : void
ptr this
리턴 void

FreeHG() 공개 정적인 메소드

public static FreeHG ( IntPtr &ptr ) : void
ptr System.IntPtr
리턴 void

FreeHG() 공개 정적인 메소드

public static FreeHG ( this ptr ) : void
ptr this
리턴 void

SetStringCO() 공개 정적인 메소드

public static SetStringCO ( this value, IntPtr &ptr ) : void
value this
ptr System.IntPtr
리턴 void

SetStringHG() 공개 정적인 메소드

public static SetStringHG ( this value, IntPtr &ptr ) : void
value this
ptr System.IntPtr
리턴 void

ToManaged() 공개 정적인 메소드

public static ToManaged ( this ptr ) : string
ptr this
리턴 string