C# Class OpenHome.Net.Core.InteropUtils

Mostrar archivo Open project: openhome/ohNet Class Usage Examples

Public Methods

Method Description
PtrToStringUtf8 ( IntPtr aPtr ) : string
PtrToStringUtf8 ( IntPtr aPtr, uint aLen ) : string
StringToHGlobalUtf8 ( string aStr ) : IntPtr

Method Details

PtrToStringUtf8() public static method

public static PtrToStringUtf8 ( IntPtr aPtr ) : string
aPtr System.IntPtr
return string

PtrToStringUtf8() public static method

public static PtrToStringUtf8 ( IntPtr aPtr, uint aLen ) : string
aPtr System.IntPtr
aLen uint
return string

StringToHGlobalUtf8() public static method

public static StringToHGlobalUtf8 ( string aStr ) : IntPtr
aStr string
return System.IntPtr