Qyoto.Qt.Qstrdup C# (CSharp) Method

Qstrdup() public static method

public static Qstrdup ( string arg1 ) : Pointer
arg1 string
return Pointer
        public static Pointer<sbyte> Qstrdup(string arg1)
        {
            return (Pointer<sbyte>) staticInterceptor.Invoke("qstrdup$", "qstrdup(const char*)", typeof(Pointer<sbyte>), typeof(string), arg1);
        }