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

Qstrcpy() public static méthode

public static Qstrcpy ( Pointer dst, string src ) : Pointer
dst Pointer
src string
Résultat Pointer
        public static Pointer<sbyte> Qstrcpy(Pointer<sbyte> dst, string src)
        {
            return (Pointer<sbyte>) staticInterceptor.Invoke("qstrcpy$$", "qstrcpy(char*, const char*)", typeof(Pointer<sbyte>), typeof(Pointer<sbyte>), dst, typeof(string), src);
        }