hi all,
[myattribute] class myclass {
}
myattribute:attribute {
// here i need to access all properties with values and methods of "Myclass".
}
how can i get this..?
hi all,
[myattribute] class myclass {
}
myattribute:attribute {
// here i need to access all properties with values and methods of "Myclass".
}
how can i get this..?
Use Reflection...
http://msdn.microsoft.com/en-us/library/aa288454%28VS.71%29.aspx