Share via


Reflection Members

The following tables list the members exposed by the Reflection type.

Public Constructors

Name Description
Public Method Reflection Creates and initializes a new instance of the Reflection class.

Public Methods

Name Description
Public Method Static Deserialize Deserializes a byte array of data into an object of the specified type.
Public Method Equals (Inherited from Object.)
Public Method Static GetAssemblies Gets all known assemblies.
Public Method Static GetAssemblyFromHash Gets the assembly with the specified hash attribute.
Public Method Static GetAssemblyHash Retrieves the hash attribute from a specified assembly.
Public Method Static GetAssemblyInfo Get an AssemblyInfo object from a byte array that represents a specified assembly.
Public Method Static GetAssemblyLastUse Gets a System.TimeSpan value that represents the time at which the specified assembly was last used.
Public Method Static GetAssemblyPatch Gets the assembly that is designated as a patch for the specified assembly.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method Static GetTypeFromHash Gets the type that uses the specified hash attribute.
Public Method Static GetTypeHash Gets the hash attribute for a specified type.
Public Method Static GetTypesImplementingInterface Gets the System.Type objects (types) that implement the specified interface.
Public Method Static IsTypeLoaded Indicates whether a specified type is loaded.
Public Method ReferenceEquals (Inherited from Object.)
Public Method Static Serialize Serializes an object of the specified type to a byte array of data.
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

Reflection Class
Microsoft.SPOT Namespace