TypeResolver Class |
Namespace: Tangosol.Util
public class TypeResolver
The TypeResolver type exposes the following members.
Name | Description | |
---|---|---|
![]() | TypeResolver | Initializes a new instance of the TypeResolver class |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | Resolve |
Gets a System.Type for the typeName
supplied as parameter.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
It resolves type by either loading it directly from the assembly (if one is specified within a type name), or by iterating over all of the loaded assemblies and trying to find the type.