Home
VB.Net
2D
Application
Class
Data Structure
Data Types
Database ADO.net
Date Time
Development
Event
File Directory
Generics
GUI
Internationalization I18N
Language Basics
LINQ
Network Remote
Reflection
Security
Thread
Windows Presentation Foundation
Windows System
XML
XML LINQ
Menu
BindingFlags « Reflection « VB.Net
VB.Net
Reflection
BindingFlags
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