Mono Class Library: System.Reflection.Assembly Overview | MembersSystem.Reflection.Assembly.CreateInstance Method |
Locates the specified type from this assembly and creates an instance of it using case-sensitive search. [Edit]
|
- typeName
- The name of the type to locate. [Edit]
An instance of Object representing the type, or null if typeName is not found. [Edit]
Type Reason ArgumentException typeName is the empty string ("") or "\0anything". [Edit] ArgumentNullException typeName is null. [Edit]
Documentation for this section has not yet been entered. [Edit]
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0