In non-static methods you can use "this" for the current object. Is there an equivalent way to get the class for static methods? <BR><BR>The reason I ask is I wind up writing code all over that ...