Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
VB.Net
Reflection 256 codes
Home
VB.Net
Reflection
1 ActivationContext Class represents the activation context for the current application
2 Activator Class
3 Activator CreateInstance creates specified type using that types default constructor
4 Add all Public Assembly Form Type
5 AppDomain AssemblyLoad Event occurs when an assembly is loaded
6 AppDomain AssemblyResolve Event occurs when the resolution of an assembly fails
7 AppDomain CreateInstanceAndUnwrap
8 AppDomain CreateInstanceFrom
9 AppDomain CurrentDomain gets the current application domain for the current Thread
10 AppDomain ExecuteAssembly executes the assembly contained in the specified file
11 AppDomain GetAssemblies
12 AppDomain GetData gets the value stored in the current application domain for the specified name
13 AppDomain Id Property gets an integer that uniquely identifies the application domain within the process
14 Assembly Class represents an assembly
15 Assembly FullName gets the display name of the assembly
16 Assembly GetCallingAssembly returns the Assembly of the method that invoked the currently executing method
17 Assembly GetExecutingAssembly gets the assembly that contains the code that is currently executing
18 Assembly GetExportedTypes gets the public types defined in this assembly that are visible outside the assembly
19 Assembly GetModules gets all the modules that are part of this assembly
20 Assembly GetTypes gets the types defined in this assembly
21 Assembly IsDefined tells whether or not a specified attribute has been applied to the assembly
22 Assembly Load loads an assembly given the long form of its name
23 Assembly Location Property gets the path or UNC location of the loaded file that contains the manifest
24 AssemblyName GetAssemblyName gets the AssemblyName for a given file
25 AssemblyName Version gets or sets the major, minor, build, and revision numbers of the assembly
26 Assign the Integer type to the type parameter of the Example method
27 BindingFlags Enumeration
28 BindingFlags GetField, SetField
29 Call a method with parameters
30 Call an instance method
31 Call the default member of a type
32 ConstructorInfo Class represents the attributes of a class constructor
33 ConstructorInfo MemberType gets a MemberTypes value indicating that this member is a constructor
34 Create a Type object that represents a ByRef parameter of type Example
35 Create a Type object that represents a two-dimensional array of Example objects
36 Create an Application Domain
37 Create an object from the assembly, passing in the correct number and type of arguments for the constructor
38 Create AssemblyName class with the specified display name
39 Create pointer and ByRef types to use when you define method parameters
40 Creates the type array of Example
41 Creating an instance with a constructor that has parameters
42 Creating an instance with parameterless constructor
43 DeclaredOnly instance members
44 Demonstrate an exception when an invalid array rank is specified
45 Determine whether myType is an array, pointer, reference type
46 Determine whether the types are marshalled by reference
47 Determine whether the types are primitive datatypes
48 Display information about each assembly loading into this AppDomain
49 Display information about the GetValue method of FieldInfo
50 Display the GetGetMethod without using the MethodInfo
51 Display the GetSetMethod without using the MethodInfo
52 Display the set of assemblies our assemblies reference
53 EventInfo Class
54 FieldInfo Attributes Property gets the attributes associated with this field
55 FieldInfo Class represents the attributes of a field and provides access to field metadata
56 FieldInfo FieldHandle Property gets a RuntimeFieldHandle
57 FieldInfo FieldType Property gets the type of this field object
58 FieldInfo Get Value
59 FieldInfo GetFieldFromHandle
60 FieldInfo GetFieldFromHandle gets a FieldInfo for the field represented by the specified handle
61 FieldInfo GetValue Method returns the value of a field supported by a given object
62 FieldInfo IsAssembly
63 FieldInfo IsInitOnly Property tells whether the field can only be set in the body of the constructor
64 FieldInfo IsNotSerialized
65 FieldInfo IsPinvokeImpl
66 FieldInfo IsPrivate
67 FieldInfo IsPublic
68 FieldInfo IsSpecialName tells whether the SpecialName attribute is set in the FieldAttributes enumerator
69 FieldInfo IsStatic
70 FieldInfo MemberType
71 FieldInfo SetValue sets the value of the field supported by the given object
72 Find Members with Binding Flags
73 Get a field or property
74 Get an indexed property value
75 Get and display the GetGetMethod Method for each property
76 Get Assembly Member type
77 Get Class Name in Current Assembly
78 Get Constructors with Binding flags
79 Get Executing Assembly
80 Get Index Parameters
81 Get Information from Assembly
82 Get info for current AppDomain
83 Get members from a Type
84 Get method from Type
85 Get MethodA(ByRef r As Integer)
86 Get MethodA(ByVal i As Integer, Out() ByRef o As Integer)
87 Get MethodA(ByVal i() As Integer)
88 Get MethodA(i As Integer())
89 Get MethodA(i As Integer, ByRef r As Integer)
90 Get the nonpublic properties
91 Get the version of a specific assembly
92 Get the version of the current application
93 Get the version of the executing assembly (that is, this assembly)
94 Gets the Test method, defined above, and examines its parameters
95 Hook into DomainUnload event
96 Invoke generic method
97 Invokes specified member, using binding constraints and matching the specified argument list
98 Invoking a method with ByRef parameters
99 Invoking a method with named parameters
100 Is generics assignable
101 Lists all the members of the System IO BufferedStream class
102 Lists all the public constructors of the System String class
103 Load all Types in one Assembly
104 Load Assemblies into an Application Domain
105 LocalVariableInfo Class (System Reflection)_VB htm
106 MemberInfo Class contains information about the attributes of a member
107 MemberInfo DeclaringType Property gets the class that declares this member
108 MemberInfo GetCustomAttributes
109 MemberInfo MemberType indicates the type of the member, method, constructor, event
110 MemberInfo Module Property gets the module
111 MemberInfo Name gets the name of the current member
112 MemberInfo ReflectedType Property gets the class object that was used to obtain this instance of MemberInfo
113 MethodBase GetParameters Method gets the parameters of the specified method or constructor
114 MethodBase IsAbstract Property gets a value indicating whether the method is abstract
115 MethodBase IsAssembly Property
116 MethodBase IsFinal Property gets a value indicating whether this method is final
117 MethodBase IsPublic Property
118 MethodInfo GetBaseDefinition
119 MethodInfo MemberType Property indicates that this member is a method
120 MethodInfo ReturnType gets the return type of this method
121 Module Assembly Property gets the appropriate Assembly for this instance of Module
122 Module Class performs reflection on a module
123 Module FilterTypeName Field
124 Module FilterTypeNameIgnoreCase
125 Module FullyQualifiedName
126 Module GetCustomAttributes gets custom attributes of the specified type
127 Module GetCustomAttributes returns all custom attributes
128 Module GetType returns the specified type, performing a case-sensitive search
129 Module GetType returns the specified type, searching the module with the specified case sensitivity
130 Module GetType returns type
131 Module IsDefined tells whether the specified attribute type has been applied to this module
132 Module IsResource gets a value indicating whether the object is a resource
133 Module Name gets a String representing the name of the module with the path removed
134 Module ScopeName gets a string representing the name of the module
135 Module ToString returns the name of the module
136 ParameterInfo Attributes gets the attributes for this parameter
137 ParameterInfo GetCustomAttributes gets all the custom attributes defined on this parameter
138 ParameterInfo IsDefined
139 ParameterInfo IsOut Property tells whether this is an output parameter
140 ParameterInfo Name Property returns the name of the parameter
141 ParameterInfo ParameterType Property gets the Type of this parameter
142 Programmatically make a new app domain
143 PropertyInfo Attributes Property gets the attributes for this property
144 PropertyInfo CanRead
145 PropertyInfo CanWrite
146 PropertyInfo Class represents the attributes of a property and provides access to property metadata
147 PropertyInfo GetAccessors
148 PropertyInfo GetGetMethod returns the public or non-public get accessor for this property
149 PropertyInfo GetIndexParameters
150 PropertyInfo GetSetMethod
151 PropertyInfo MemberType
152 PropertyInfo PropertyType Property
153 PropertyInfo SetValue
154 Reflection MemberInfo
155 System AppDomain Get Current Thread Id
156 The AssemblyName type can be used to parse the full name
157 The version of mscorlib dll
158 Type Assembly Property
159 Type AssemblyQualifiedName Property
160 Type Attributes Property gets the attributes associated with the Type
161 Type BaseType Property gets the type from which the current Type directly inherits
162 Type Class Represents type declarations
163 Type ContainsGenericParameters
164 Type DeclaringMethod gets a MethodBase
165 Type DeclaringType gets the type that declares the current nested type or generic type parameter
166 Type DefaultBinder gets a reference to the default binder
167 Type Equals
168 Type Equals Method (Type)
169 Type FilterAttribute represents the member filter used on attributes This field is read-only
170 Type FilterNameIgnoreCase Field
171 Type FindInterfaces returns interfaces implemented or inherited by the current Type
172 Type FindMembers
173 Type FullName gets the fully qualified name of the Type
174 Type GenericParameterPosition gets the position of the type parameter
175 Type GetArrayRank gets the number of dimensions in an Array
176 Type GetConstructor (BindingFlags, Binder, Type[], ParameterModifier[])
177 Type GetConstructor (Type[])
178 Type GetConstructors (BindingFlags)
179 Type GetElementType returns the Type of the object encompassed or referred
180 Type GetElementType returns the Type of the object referred to
181 Type GetEvent returns the EventInfo object representing the specified public event
182 Type GetEvents (BindingFlags)
183 Type GetEvents returns all the public events that are declared or inherited by the current Type
184 Type GetField searches for the public field with the specified name
185 Type GetFields (BindingFlags)
186 Type GetFields returns all the public fields of the current Type
187 Type GetGenericTypeDefinition
188 Type GetInterface
189 Type GetInterfaces
190 Type GetMember (String, MemberTypes, BindingFlags)
191 Type GetMember searches for the public members with the specified name
192 Type GetMember searches for the specified members, using the specified binding constraints
193 Type GetMembers (BindingFlags)
194 Type GetMembers returns all the public members of the current Type
195 Type GetMethod get methods by public method whose parameters match the specified argument types
196 Type GetMethod Method
197 Type GetMethod searches for the specified method, using the specified binding constraints
198 Type GetMethod with modifiers, binding constraints and calling convention
199 Type GetMethods (BindingFlags)
200 Type GetNestedTypes (BindingFlags)
201 Type GetNestedTypes returns the public types nested in the current Type
202 Type GetProperties (BindingFlags)
203 Type GetProperties returns all the public properties of the current Type
204 Type GetProperty (String) searches for the public property with the specified name
205 Type GetProperty (String, BindingFlags) searches property, using the specified binding constraints
206 Type GetProperty get properties by parameters types and modifiers
207 Type GetProperty searches for public property whose parameters match the specified argument types
208 Type GetProperty searches for the public property with the specified name and return type
209 Type GetType Method gets the Type with the specified name, performing a case-sensitive search
210 Type GetTypeFromCLSID (Guid) gets the type associated with the specified class identifier (CLSID)
211 Type GetTypeFromCLSID (Guid, Boolean)
212 Type GetTypeFromCLSID (Guid, String)
213 Type GetTypeFromCLSID Method (Guid, String, Boolean)
214 Type GetTypeFromHandle gets the type referenced by the specified type handle
215 Type GetTypeFromProgID (String, Boolean)
216 Type GetTypeFromProgID gets type with program identifier (progID) from the specified server
217 Type GetTypeHandle gets the handle for the Type of a specified object
218 Type GUID Property gets the GUID associated with the Type
219 Type HasElementType tells whether the current Type encompasses or refers to another type
220 Type HasElementTypeImpl
221 Type IsAbstract tells whether the Type is abstract and must be overridden
222 Type IsAnsiClass tells whether the string format attribute AnsiClass is selected for the Type
223 Type IsArray Property gets a value indicating whether the Type is an array
224 Type IsArray tells whether the Type is an array
225 Type IsArrayImpl tells whether the Type is an array
226 Type IsAssignableFrom
227 Type IsAutoLayout tells whether the class layout attribute AutoLayout is selected for the Type
228 Type IsClass tells whether the Type is a class; that is, not a value type or interface
229 Type IsContextful Property tells whether the Type can be hosted in a context
230 Type IsEnum Property tells whether the current Type represents an enumeration
231 Type IsGenericTypeDefinition
232 Type IsInstanceOfType determines whether the specified object is an instance of the current Type
233 Type IsInterface tells whether the Type is an interface; that is, not a class or a value type
234 Type IsNested
235 Type IsNestedAssembly
236 Type IsNestedFamily Property tells whether the Type is nested and visible only within its own family
237 Type IsNestedPrivate Property
238 Type IsNestedPublic Property tells whether a class is nested and declared public
239 Type IsPublic Property tells whether the Type is declared public
240 Type IsSealed Property tells whether the Type is declared sealed
241 Type IsSerializable Property tells indicating whether the Type is serializable
242 Type IsSubclassOf
243 Type IsValueType Property tells whether the Type is a value type
244 Type IsVisible Property tells whether the Type can be accessed by code outside the assembly
245 Type MakeArrayType returns an array of the current type with the specified number of dimensions
246 Type Missing Field represents a missing value in the Type information
247 Type Module Property gets the module (DLL) in which the current Type is defined
248 Type ReflectedType Property gets the class object that was used to obtain this member
249 Unload an Application Domain
250 Using AssemblyVersionAttribute
251 Using FlattenHierarchy to get inherited static protected and public members
252 Using IgnoreCase and invoking the PrintName method
253 View all Assembly Form Type and its members in a Tree
254 View all Assembly Form Type in a Tree
255 Viewing Type Information
256 Without FlattenHierarchy