AlternateTypeGenerationHook(T) Methods

Glimpse API

AlternateTypeGenerationHook T  Methods Glimpse API Documentation
The AlternateTypeGenerationHook T  type exposes the following members.
Methods

  NameDescription
Public methodEquals
Determines whether the specified OnlineObject is equal to this instance.
(Overrides OnlineObject Equals(Object).)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides OnlineObject GetHashCode .)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodMethodsInspected
Invoked by the generation process to notify that the whole process has completed.
Public methodNonProxyableMemberNotification
Invoked by the generation process to notify that a member was not marked as virtual.
Public methodShouldInterceptMethod
Invoked by the generation process to determine if the specified method should be proxied.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetTypeOrNull
Returns the value of GetType if value is not null.
(Defined by ObjectExtensions.)
Public Extension MethodToStringOrDefault
Returns the value of ToString if value is not null.
(Defined by ObjectExtensions.)
Back to Top
See Also