System.PlatformDetection.sysctlbyname C# (CSharp) Method

sysctlbyname() private method

private sysctlbyname ( string ctlName, byte oldp, IntPtr &oldpLen, byte newp, IntPtr newpLen ) : int
ctlName string
oldp byte
oldpLen IntPtr
newp byte
newpLen IntPtr
return int
        private static extern int sysctlbyname(string ctlName, byte[] oldp, ref IntPtr oldpLen, byte[] newp, IntPtr newpLen);