K
Kevin Lindsey
Is there a way to determine the access modifiers of a class type in an
assembly via reflection? I see that I can determine if the class is public
or non-public, but I would like to be able to further sub-divide the
non-public modifiers (assembly, family, familyAndAssembly, familyOrAssembly,
private). Is this possible with the .NET 1.1 Reflection API? And just to
clarify, I see I can get this info for nested classes, but I would like it
for non-nested classes too.
Thanks for any suggestions or pointers on this.
Kevin
assembly via reflection? I see that I can determine if the class is public
or non-public, but I would like to be able to further sub-divide the
non-public modifiers (assembly, family, familyAndAssembly, familyOrAssembly,
private). Is this possible with the .NET 1.1 Reflection API? And just to
clarify, I see I can get this info for nested classes, but I would like it
for non-nested classes too.
Thanks for any suggestions or pointers on this.
Kevin