Re: "Using" keyword in C#
From: cody (please_dont.spam.deutronium_at_gmx.de)
Date: 05/07/04
- Next message: cody: "Re: foreach considered dangerous?"
- Previous message: Jason DeFontes: "Re: File preview"
- In reply to: Jon Skeet [C# MVP]: "Re: "Using" keyword in C#"
- Next in thread: Mike Schilling: "Re: "Using" keyword in C#"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 7 May 2004 23:02:40 +0200
> I don't *think* that FxCop works at an IL level either though - I
> *think* it works on reflection. While there's nothing to stop someone
> writing rules which would load the IL and disassemble it, if you've got
> to that stage you might as well get it to load and parse the C#
> instead.
FxCop works using Reflection and MSIL parsing.
-- cody [Freeware, Games and Humor] www.deutronium.de.vu || www.deutronium.tk
- Next message: cody: "Re: foreach considered dangerous?"
- Previous message: Jason DeFontes: "Re: File preview"
- In reply to: Jon Skeet [C# MVP]: "Re: "Using" keyword in C#"
- Next in thread: Mike Schilling: "Re: "Using" keyword in C#"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|