Constable Authorization Engine 2.0 BETA

DesignHelper.GetRealObservedInstance Method 

[This is preliminary documentation and subject to change.]

Returns a reference to a "real" policy object. If the passed-in instance supports the IChangeEventObserver interface (i.e. it is an adapter), it returns the first ObservedPropertyChangeSenders, if any.

[Visual Basic]
Public Shared Function GetRealObservedInstance( _
   ByVal instance As Object _
) As Object
[C#]
public static object GetRealObservedInstance(
   object instance
);

See Also

DesignHelper Class | LaMarvin.Constable.Design Namespace