CSharpUtils.Process.Impl.ProcessBaseImplUcontext.makecontext C# (CSharp) Метод

makecontext() приватный Метод

private makecontext ( ucontext_t __ucp, RunDelegate __func, int __argc ) : void
__ucp ucontext_t
__func RunDelegate
__argc int
Результат void
		static extern void makecontext(ucontext_t* __ucp, RunDelegate __func, int __argc);