NativeMethodscore_FileNode_toString Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_FileNode_toString( IntPtr obj, StringBuilder buf, int bufLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_FileNode_toString ( obj As IntPtr, buf As StringBuilder, bufLength As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_FileNode_toString( IntPtr obj, StringBuilder^ buf, int bufLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_FileNode_toString : obj : IntPtr * buf : StringBuilder * bufLength : int -> unit
OpenCvSharp.NativeMethods.core_FileNode_toString = function(obj, buf, bufLength);