You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The comments for IWbemClassWrapper mentions something about it taking care of releasing the object when dropped. Can you elaborate on this if this is true? I don't see anywhere where this suggest that this code releases any resources when this object is dropped.
Specific comments:
/// A wrapper around a raw pointer to IWbemClassObject, which also takes care of releasing
/// the object when dropped.
The text was updated successfully, but these errors were encountered:
The comments for
IWbemClassWrapper
mentions something about it taking care of releasing the object when dropped. Can you elaborate on this if this is true? I don't see anywhere where this suggest that this code releases any resources when this object is dropped.Specific comments:
The text was updated successfully, but these errors were encountered: