TypedReference Structure
Describes objects that contain both a managed pointer to a location and a runtime representation of the type that may be stored at that location.
This API is not CLS-compliant. Namespace: System
Assembly: mscorlib (in mscorlib.dll)
The TypedReference type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | Checks if this object is equal to the specified object. (Overrides ValueType::Equals(Object).) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Returns the hash code of this object. (Overrides ValueType::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
A typed reference is a type/value combination used for varargs and other support. TypedReference is a built-in value type that can be used for parameters and local variables.
Arrays of TypedReference objects cannot be created. For example, the following call is invalid:
Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows CE Platform Note: This structure supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
