Reflection Members
The following tables list the members exposed by the Reflection type.
Public Constructors
Name | Description | |
---|---|---|
Reflection | Creates and initializes a new instance of the Reflection class. |
Public Methods
Name | Description | |
---|---|---|
Deserialize | Deserializes a byte array of data into an object of the specified type. | |
Equals | (Inherited from Object.) | |
GetAssemblies | Gets all known assemblies. | |
GetAssemblyFromHash | Gets the assembly with the specified hash attribute. | |
GetAssemblyHash | Retrieves the hash attribute from a specified assembly. | |
GetAssemblyInfo | Get an AssemblyInfo object from a byte array that represents a specified assembly. | |
GetAssemblyLastUse | Gets a System.TimeSpan value that represents the time at which the specified assembly was last used. | |
GetAssemblyMemoryInfo | Retrieves the run-time memory information for type usage in a specified assembly. | |
GetAssemblyPatch | Gets the assembly that is designated as a patch for the specified assembly. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetTypeFromHash | Gets the type that uses the specified hash attribute. | |
GetTypeHash | Gets the hash attribute for a specified type. | |
GetTypesImplementingInterface | Gets the System.Type objects (types) that implement the specified interface. | |
IsTypeLoaded | Indicates whether a specified type is loaded. | |
ReferenceEquals | (Inherited from Object.) | |
Serialize | Serializes an object of the specified type to a byte array of data. | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |