BindingFlags « Reflection « VB.Net






1.BindingFlags Enumeration
2.Call an instance method
3.Call a method with parameters
4.BindingFlags.GetField, SetField
5.Get an indexed property value
6.Get a field or property
7.Invoking a method with named parameters
8.Call the default member of a type
9.Invoking a method with ByRef parameters








10.Creating an instance with parameterless constructor
11.Creating an instance with a constructor that has parameters
12.DeclaredOnly instance members
13.Using IgnoreCase and invoking the PrintName method
14.Using FlattenHierarchy to get inherited static protected and public members
15.Without FlattenHierarchy