NativeMethodscore_FileNode_read_String Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_FileNode_read_String( IntPtr node, StringBuilder value, int valueCapacity, string defaultValue )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_FileNode_read_String ( node As IntPtr, value As StringBuilder, valueCapacity As Integer, defaultValue As String )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_FileNode_read_String( IntPtr node, StringBuilder^ value, int valueCapacity, String^ defaultValue )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_FileNode_read_String : node : IntPtr * value : StringBuilder * valueCapacity : int * defaultValue : string -> unit
OpenCvSharp.NativeMethods.core_FileNode_read_String = function(node, value, valueCapacity, defaultValue);