Click or drag to resize

ProfileBehavior Methods

The ProfileBehavior type exposes the following members.

Methods
  NameDescription
Protected methodCreateBehavior
Creates the behavior.
Public methodDone
Called when [done].
Public methodEquals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodEquals(ProfileBehavior)
Indicates whether the current object is equal to another object of the same type.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodLog(String, Object)
Protected methodLog(Color, String, Object)
Protected methodLogError
Logs an error then stops the bot
Protected methodLogName
Protected methodLogSoftError
Logs an error
Protected methodLogVerbose
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDone
Protected methodOnResetCachedDone
Protected methodOnStart
Public methodResetCachedDone
Resets the cached done.
Public methodStart
Called when [start].
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Protected methodUpdateBehavior
Updates the behavior.
Top
See Also