Qyoto.Qt.Qstrdup C# (CSharp) Méthode

Qstrdup() public static méthode

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