[CLSCompliant(false)] |
Arrays of TypedReference objects cannot be created. For example, the following call is invalid:
Assembly.Load("mscorlib.dll").GetType("System.TypedReference[]");
Equals | Overridden: Checks if this object is equal to the specified object. |
GetHashCode | Overridden: Returns the hash code of this object. |
GetTargetType | Returns the type of the target of the specified TypedReference. |
GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
MakeTypedReference | Makes a TypedReference for the specified target object using the specifying fields. |
SetTypedReference | Converts the specified value to a TypedReference. |
TargetTypeToken | Returns the internal metadata type handle for the specified TypedReference. |
ToObject | Converts the specified TypedReference to an Object. |
ToString (inherited from System.ValueType) |
See base class member description: System.ValueType.ToString Returns the fully qualified type name of this instance. |
Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
o
Exception Type | Condition |
---|---|
NotSupportedException | This method is not implemented. |
~TypedReference(); |
public override int GetHashCode(); |
public static Type GetTargetType( |
value
public Type GetType(); |
[CLSCompliant(false)] |
target
flds
Exception Type | Condition |
---|---|
ArgumentNullException | target or flds is null. |
ArgumentException | The flds array has no elements. |
protected object MemberwiseClone(); |
[CLSCompliant(false)] |
target
value
Exception Type | Condition |
---|---|
ArgumentNullException | value is null. |
InvalidCastException | The requested conversion is not possible. |
public static RuntimeTypeHandle TargetTypeToken( |
value
public static object ToObject( |
value
public override string ToString(); |