C# Class MediaPortalWrapper.Utils.PtrExtension

Exibir arquivo Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method Description
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

Method Details

FreeCO() public static method

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

FreeCO() public static method

public static FreeCO ( this ptr ) : void
ptr this
return void

FreeHG() public static method

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

FreeHG() public static method

public static FreeHG ( this ptr ) : void
ptr this
return void

SetStringCO() public static method

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

SetStringHG() public static method

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

ToManaged() public static method

public static ToManaged ( this ptr ) : string
ptr this
return string