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
Assembly « Reflection « VB.Net
VB.Net
Reflection
Assembly
1.
Add all Public Assembly Form Type
2.
View all Assembly Form Type in a Tree
3.
View all Assembly Form Type and its members in a Tree
4.
Find Members with Binding Flags
5.
Get Assembly Member type: Property or Member
6.
Load all Types in one Assembly
7.
Get Class Name in Current Assembly
8.
Get Executing Assembly
9.
Get Information from Assembly
10.
Get info for current AppDomain
11.
Hook into DomainUnload event
12.
Programmatically make a new app domain
13.
Assembly Class represents an assembly
14.
The AssemblyName type can be used to parse the full name
15.
Create an object from the assembly, passing in the correct number and type of arguments for the constructor
16.
Get the version of the executing assembly (that is, this assembly).
17.
Get the version of the current application.
18.
Get the version of a specific assembly.
19.
Using AssemblyVersionAttribute
20.
Create AssemblyName class with the specified display name.
21.
AssemblyName.GetAssemblyName gets the AssemblyName for a given file.
22.
AssemblyName.Version gets or sets the major, minor, build, and revision numbers of the assembly.
23.
Assembly.FullName gets the display name of the assembly.
24.
Assembly.GetCallingAssembly returns the Assembly of the method that invoked the currently executing method.
25.
Assembly.GetExecutingAssembly gets the assembly that contains the code that is currently executing.
26.
Assembly.GetExportedTypes gets the public types defined in this assembly that are visible outside the assembly.
27.
Assembly.GetTypes gets the types defined in this assembly.
28.
Assembly.IsDefined tells whether or not a specified attribute has been applied to the assembly.
29.
Assembly.Load loads an assembly given the long form of its name.
30.
Assembly.Location Property gets the path or UNC location of the loaded file that contains the manifest.
31.
The version of mscorlib.dll