Click here to Skip to main content
15,887,683 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralCPU use of process Pin
MadsJ27-May-03 21:02
MadsJ27-May-03 21:02 
GeneralRe: CPU use of process Pin
Jason McBurney3-Jun-03 8:29
Jason McBurney3-Jun-03 8:29 
GeneralEvent/Delegate Emit and Reflection Pin
Eric Astor27-May-03 14:45
Eric Astor27-May-03 14:45 
GeneralRe: Event/Delegate Emit and Reflection Pin
Marc Clifton27-May-03 14:55
mvaMarc Clifton27-May-03 14:55 
GeneralRe: Event/Delegate Emit and Reflection Pin
Eric Astor27-May-03 15:34
Eric Astor27-May-03 15:34 
GeneralRe: Event/Delegate Emit and Reflection Pin
Marc Clifton27-May-03 15:42
mvaMarc Clifton27-May-03 15:42 
GeneralRe: Event/Delegate Emit and Reflection Pin
Eric Astor28-May-03 0:36
Eric Astor28-May-03 0:36 
GeneralRe: Event/Delegate Emit and Reflection Pin
leppie28-May-03 11:26
leppie28-May-03 11:26 
I think this is what you are looking for Smile | :)
public delegate void SymEventHandler(Symantic type, ParserContext context)
{
 public SymEventHandler(object object, IntPtr method);
public virtual IAsyncResult BeginInvoke(Symantic type, ParserContext context, AsyncCallback callback, object object);
public virtual void EndInvoke(IAsyncResult result);
public override void Invoke(Symantic type, ParserContext context); 
}

Lookup the Invoke method with Reflection.

<a TITLE="See my user info" href=http://www.codeproject.com/script/profile/whos_who.asp?id=38829>leppie<a>::<a TITLE="Go to all articles  written by me" href=http://www.codeproject.com/script/articles/list_articles.asp?userid=38829>AllocCPArticle</a>(<a TITLE="Go to my latest, greatest article!" href=http://www.codeproject.com/useritems/dfamachine.asp >Generic DFA State Machine for .NET</a>);

GeneralRe: Event/Delegate Emit and Reflection Pin
Eric Astor29-May-03 10:36
Eric Astor29-May-03 10:36 
QuestionDelayed initialization of a System.Window.Forms.Form? Pin
ralfoide27-May-03 14:02
ralfoide27-May-03 14:02 
AnswerRe: Delayed initialization of a System.Window.Forms.Form? Pin
Rocky Moore28-May-03 4:13
Rocky Moore28-May-03 4:13 
GeneralRe: Delayed initialization of a System.Window.Forms.Form? Pin
Ray Cassick28-May-03 4:45
Ray Cassick28-May-03 4:45 
GeneralRe: Delayed initialization of a System.Window.Forms.Form? Pin
ralfoide28-May-03 11:07
ralfoide28-May-03 11:07 
GeneralRe: Delayed initialization of a System.Window.Forms.Form? Pin
Rocky Moore29-May-03 4:26
Rocky Moore29-May-03 4:26 
GeneralRe: Delayed initialization of a System.Window.Forms.Form? Pin
ralfoide29-May-03 18:05
ralfoide29-May-03 18:05 
GeneralRe: Delayed initialization of a System.Window.Forms.Form? Pin
Rocky Moore30-May-03 3:49
Rocky Moore30-May-03 3:49 
GeneralRe: Delayed initialization of a System.Window.Forms.Form? Pin
Blake Coverett22-Jun-03 19:29
Blake Coverett22-Jun-03 19:29 
GeneralAdding controls when using a splitter Pin
Marc Clifton27-May-03 13:41
mvaMarc Clifton27-May-03 13:41 
GeneralRe: Adding controls when using a splitter Pin
J. Dunlap27-May-03 13:43
J. Dunlap27-May-03 13:43 
GeneralRe: Adding controls when using a splitter Pin
Marc Clifton27-May-03 13:46
mvaMarc Clifton27-May-03 13:46 
GeneralRe: Adding controls when using a splitter Pin
James T. Johnson27-May-03 14:16
James T. Johnson27-May-03 14:16 
GeneralRe: Adding controls when using a splitter Pin
Marc Clifton27-May-03 14:28
mvaMarc Clifton27-May-03 14:28 
GeneralStupid .NET things, post #1 Pin
Marc Clifton27-May-03 11:47
mvaMarc Clifton27-May-03 11:47 
GeneralRe: Stupid .NET things, post #1 Pin
Ray Cassick27-May-03 11:49
Ray Cassick27-May-03 11:49 
GeneralRe: Stupid .NET things, post #1 Pin
Marc Clifton27-May-03 11:52
mvaMarc Clifton27-May-03 11:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.