System.Diagnostics.ProcessThreadCollection.Add C# (CSharp) Method

Add() public method

public Add ( System thread ) : int
thread System
return int
        public int Add(System.Diagnostics.ProcessThread thread) { throw null; }
        public bool Contains(System.Diagnostics.ProcessThread thread) { throw null; }

Same methods

ProcessThreadCollection::Add ( ProcessThread thread ) : int