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

Qstrncpy() public static méthode

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