Namespaces

Types

Type WeakRefWrapper

Namespace NHibernate.Util

Methods

Properties

Public instance methods

bool Equals(object obj)

Parameters
return bool
object obj

int GetHashCode()

Parameters
return int

Type GetType()

Parameters
return Type

string ToString()

Parameters
return string

Public static methods

object Unwrap(object value)

Parameters
return object
object value

WeakRefWrapper Wrap(object value)

Parameters
return WeakRefWrapper
object value

Public properties

bool IsAlive get;

return bool

object Target get;

return object