Method | Description | |
---|---|---|
GetType ( string typeName, bool throwOnError ) : |
Gets the Type object that represents the specified type from the compiled assembly. Assembly.GetType
|
Method | Description | |
---|---|---|
AssemblyResults ( |
Initializes a new instance of the AssemblyResults class.
|
|
AssemblyResults ( |
Initializes a new instance of the AssemblyResults class.
|
protected AssemblyResults ( |
||
fullResults | /// The results of the programmatically-accessed compilation. /// | |
return | System |
protected AssemblyResults ( |
||
fullResults | /// The results of the programmatically-accessed compilation. /// | |
resultSource | string | /// The source that the compiler attempted to compile. /// |
return | System |
public GetType ( string typeName, bool throwOnError ) : |
||
typeName | string | /// The full name of the type. /// |
throwOnError | bool | /// true to throw an exception if the type is not found; otherwise, a null reference (Nothing in Visual Basic) is returned. /// |
return |