public sealed class ApiTopicNamer : IDisposable
Public NotInheritable Class ApiTopicNamer
Implements IDisposable
public ref class ApiTopicNamer sealed : IDisposable
[<SealedAttribute>]
type ApiTopicNamer =
class
interface IDisposable
end
ApiTopicNamer | Constructor |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize |
This handles garbage collection to ensure proper disposal of the instance if not done explicitly
with Dispose.
(Overrides ObjectFinalize) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |
ToTopicFileName | This is used to get an API topic filename for the given API member ID |