Home
VB.Net Tutorial
Language Basics
Data Type
Operator
Statements
Date Time
Class Module
Development
Collections
Generics
Attributes
Event
LINQ
Stream File
GUI
GUI Applications
Windows Presentation Foundation
2D Graphics
I18N Internationlization
Reflection
Regular Expressions
Security
Socket Network
Thread
Windows
XML
Database ADO.net
Design Patterns
MethodInfo « Reflection « VB.Net Tutorial
VB.Net Tutorial
Reflection
MethodInfo
19.2.MethodInfo
19.2.1.
Get a parameterless method named MethodA for that type, and executes the method.
19.2.2.
Use Reflection to get all method names
19.2.3.
Use Reflection to get all member names
19.2.4.
Use the DefinePInvokeMethod method to create a PInvoke method
19.2.5.
Add the MethodImplAttributes.PreserveSig flag to the method implementation flags