Class LinphoneObject
Inheritance
System.Object
LinphoneObject
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Linphone
Assembly: cs.temp.dll.dll
Syntax
public class LinphoneObject
Methods
CleanStringArrayPtrs(IntPtr)
Declaration
protected void CleanStringArrayPtrs(IntPtr l)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | l |
Finalize()
Declaration
protected void Finalize()
linphone_pointer_to_string(IntPtr)
Declaration
protected static extern string linphone_pointer_to_string(IntPtr ptr)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | ptr |
Returns
Type | Description |
---|---|
System.String |
linphone_string_to_pointer(String)
Declaration
protected static extern IntPtr linphone_string_to_pointer(string str)
Parameters
Type | Name | Description |
---|---|---|
System.String | str |
Returns
Type | Description |
---|---|
System.IntPtr |
StringArrayToBctbxList(IEnumerable<String>)
Declaration
protected IntPtr StringArrayToBctbxList(IEnumerable<string> stringlist)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.String> | stringlist |
Returns
Type | Description |
---|---|
System.IntPtr |