Click here to Skip to main content
15,890,506 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to pass non-remotable objects through AddIn-Pipeline?! Pin
BobJanova17-Nov-11 23:41
BobJanova17-Nov-11 23:41 
General[closed] Re: How to pass non-remotable objects through AddIn-Pipeline?! Pin
dreiundzwanzig21-Nov-11 4:31
dreiundzwanzig21-Nov-11 4:31 
QuestionSpecify order in Type.GetMembers() Pin
AmitDey16-Nov-11 22:32
AmitDey16-Nov-11 22:32 
AnswerRe: Specify order in Type.GetMembers() Pin
Pete O'Hanlon16-Nov-11 22:47
mvePete O'Hanlon16-Nov-11 22:47 
GeneralRe: Specify order in Type.GetMembers() Pin
AmitDey16-Nov-11 22:51
AmitDey16-Nov-11 22:51 
GeneralRe: Specify order in Type.GetMembers() Pin
Pete O'Hanlon16-Nov-11 22:55
mvePete O'Hanlon16-Nov-11 22:55 
AnswerRe: Specify order in Type.GetMembers() Pin
BobJanova16-Nov-11 23:07
BobJanova16-Nov-11 23:07 
AnswerRe: Specify order in Type.GetMembers() Pin
BillWoodruff16-Nov-11 23:11
professionalBillWoodruff16-Nov-11 23:11 
I think the key question here is what determines the 'particular order' you want the Members in: which ones do you want to ignore ? To use your Class A example: do you want only the members (Fields) that are defined internally as variables, or are you going to want to distinguish between methods you've defined in the class and the "other stuff" every class gets by default like:

System.String ToString()
Boolean Equals(System.Object)
Int32 GetHashCode()
System.Type GetType()
Void .ctor()

If you are after recognizing 'Fields' only, then MemberType will identify your added Fields for you.

best, Bill
"I have always wished for my computer to be as easy to use as my telephone; my wish has come true because I can no longer figure out how to use my telephone." Bjarne Stroustrop circa 1990

QuestionRe: Specify order in Type.GetMembers() Pin
Rob Philpott17-Nov-11 1:23
Rob Philpott17-Nov-11 1:23 
Questionto develop web based helpdesk application (visual studio 2005) Pin
sk_ko16-Nov-11 21:28
sk_ko16-Nov-11 21:28 
AnswerRe: to develop web based helpdesk application (visual studio 2005) Pin
Richard MacCutchan16-Nov-11 21:47
mveRichard MacCutchan16-Nov-11 21:47 
GeneralRe: to develop web based helpdesk application (visual studio 2005) Pin
sk_ko16-Nov-11 22:10
sk_ko16-Nov-11 22:10 
GeneralRe: to develop web based helpdesk application (visual studio 2005) Pin
Pete O'Hanlon16-Nov-11 22:21
mvePete O'Hanlon16-Nov-11 22:21 
GeneralRe: to develop web based helpdesk application (visual studio 2005) Pin
sk_ko16-Nov-11 22:43
sk_ko16-Nov-11 22:43 
GeneralRe: to develop web based helpdesk application (visual studio 2005) Pin
Pete O'Hanlon16-Nov-11 22:52
mvePete O'Hanlon16-Nov-11 22:52 
GeneralRe: to develop web based helpdesk application (visual studio 2005) Pin
Richard MacCutchan16-Nov-11 23:28
mveRichard MacCutchan16-Nov-11 23:28 
QuestionExe Reading Pin
Member 814633716-Nov-11 17:18
Member 814633716-Nov-11 17:18 
AnswerRe: Exe Reading Pin
Richard Andrew x6416-Nov-11 17:22
professionalRichard Andrew x6416-Nov-11 17:22 
GeneralRe: Exe Reading Pin
Mycroft Holmes16-Nov-11 21:53
professionalMycroft Holmes16-Nov-11 21:53 
GeneralRe: Exe Reading Pin
Richard Andrew x6417-Nov-11 3:06
professionalRichard Andrew x6417-Nov-11 3:06 
GeneralRe: Exe Reading Pin
Mycroft Holmes17-Nov-11 11:09
professionalMycroft Holmes17-Nov-11 11:09 
GeneralRe: Exe Reading Pin
Richard Andrew x6417-Nov-11 11:15
professionalRichard Andrew x6417-Nov-11 11:15 
GeneralRe: Exe Reading Pin
Member 814633721-Nov-11 3:06
Member 814633721-Nov-11 3:06 
QuestionImplementing Interfaces Pin
Richard Andrew x6416-Nov-11 16:29
professionalRichard Andrew x6416-Nov-11 16:29 
AnswerRe: Implementing Interfaces Pin
ekolis16-Nov-11 16:43
ekolis16-Nov-11 16:43 

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.