C# Class fBaseXtensions.Cache.External.Debugging.EntryObjects.DebugEntry

Mostrar archivo Open project: herbfunk/Funky Class Usage Examples

Public Methods

Method Description
DebugEntry ( ) : System
DebugEntry ( CachedSNOEntry entry ) : System
DebugEntry ( int snoid, string name, PluginActorType actortype, PluginGizmoType gizmotype = PluginGizmoType.None ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ReturnCacheEntryString ( ) : string

Method Details

DebugEntry() public method

public DebugEntry ( ) : System
return System

DebugEntry() public method

public DebugEntry ( CachedSNOEntry entry ) : System
entry fBaseXtensions.Cache.Internal.Objects.CachedSNOEntry
return System

DebugEntry() public method

public DebugEntry ( int snoid, string name, PluginActorType actortype, PluginGizmoType gizmotype = PluginGizmoType.None ) : System
snoid int
name string
actortype PluginActorType
gizmotype PluginGizmoType
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ReturnCacheEntryString() public method

public ReturnCacheEntryString ( ) : string
return string