Search Results for

    Show / Hide Table of Contents

    Class TypedWeakReference

    WeakReference that keeps it type

    Inheritance
    System.Object
    System.WeakReference
    TypedWeakReference
    WeakReferenceCachable<T>
    Implements
    System.Runtime.Serialization.ISerializable
    Inherited Members
    System.WeakReference.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
    System.WeakReference.IsAlive
    System.WeakReference.TrackResurrection
    System.WeakReference.Target
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Cache
    Assembly: Simplic.CoreLib.dll
    Syntax
    public class TypedWeakReference : WeakReference, ISerializable

    Constructors

    | Improve this Doc View Source

    TypedWeakReference(Object)

    Declaration
    public TypedWeakReference(object target)
    Parameters
    Type Name Description
    System.Object target
    | Improve this Doc View Source

    TypedWeakReference(Object, Boolean)

    Declaration
    public TypedWeakReference(object target, bool trackResurrection)
    Parameters
    Type Name Description
    System.Object target
    System.Boolean trackResurrection

    Properties

    | Improve this Doc View Source

    TargetType

    Gets the type of the target, even if it not alive

    Declaration
    public Type TargetType { get; }
    Property Value
    Type Description
    System.Type

    Implements

    System.Runtime.Serialization.ISerializable
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx