Returns the generation that a specified object is currently in.
[Visual Basic] Overloads Public Shared Function GetGeneration( _ ByVal obj As Object _ ) As Integer [C#] public static int GetGeneration( object obj ); [C++] public: static int GetGeneration( Object* obj ); [JScript] public static function GetGeneration( obj : Object ) : int;
he generation that obj is currently in.
GC Class | GC Members | System Namespace | GC.GetGeneration Overload List