Space Engineers
Public Member Functions | Public Attributes | List of all members
VRage.Profiler.MyProfilerBlockKey Struct Reference
Inheritance diagram for VRage.Profiler.MyProfilerBlockKey:

Public Member Functions

 MyProfilerBlockKey (string file, string member, string name, int line, int parentId)
 
bool Equals (MyProfilerBlockKey obj)
 
override int GetHashCode ()
 

Public Attributes

string File
 
string Member
 
string Name
 
int Line
 
int ParentId
 
int HashCode
 

Detailed Description

Definition at line 16 of file MyProfilerBlock.cs.

Constructor & Destructor Documentation

VRage.Profiler.MyProfilerBlockKey.MyProfilerBlockKey ( string  file,
string  member,
string  name,
int  line,
int  parentId 
)
inline

Definition at line 25 of file MyProfilerBlock.cs.

Member Function Documentation

bool VRage.Profiler.MyProfilerBlockKey.Equals ( MyProfilerBlockKey  obj)
inline

Definition at line 41 of file MyProfilerBlock.cs.

override int VRage.Profiler.MyProfilerBlockKey.GetHashCode ( )
inline

Definition at line 46 of file MyProfilerBlock.cs.

Member Data Documentation

string VRage.Profiler.MyProfilerBlockKey.File

Definition at line 18 of file MyProfilerBlock.cs.

int VRage.Profiler.MyProfilerBlockKey.HashCode

Definition at line 23 of file MyProfilerBlock.cs.

int VRage.Profiler.MyProfilerBlockKey.Line

Definition at line 21 of file MyProfilerBlock.cs.

string VRage.Profiler.MyProfilerBlockKey.Member

Definition at line 19 of file MyProfilerBlock.cs.

string VRage.Profiler.MyProfilerBlockKey.Name

Definition at line 20 of file MyProfilerBlock.cs.

int VRage.Profiler.MyProfilerBlockKey.ParentId

Definition at line 22 of file MyProfilerBlock.cs.


The documentation for this struct was generated from the following file: