A statistic model
| C# | Visual Basic | Visual C++ |
public abstract class StatModel : UnmanagedObject
Public MustInherit Class StatModel _ Inherits UnmanagedObject
public ref class StatModel abstract : public UnmanagedObject
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| StatModel()()() | Initializes a new instance of the StatModel class | |
| _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) | |
| Clear()()() |
Clear the statistic model
| |
| Dispose()()() |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) | |
| Dispose(Boolean) |
Release the all the memory associate with this object
(Inherited from DisposableObject.) | |
| DisposeObject()()() |
Function use to release _ptr object
(Inherited from DisposableObject.) | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Destructor
(Inherited from DisposableObject.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Load(String) |
Load the statistic model from file
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) | |
| Save(String) |
Save the statistic model to file
| |
| ToString()()() | (Inherited from Object.) |