Space Engineers
Public Member Functions | Static Public Member Functions | List of all members
System.Runtime.CompilerServices.ClassIdAttribute Class Reference

Attribute which assigns ID to class, this id persists after obfuscation and it's same on both x86 and X64 build. ID can change with different versions of source code. More...

Inheritance diagram for System.Runtime.CompilerServices.ClassIdAttribute:

Public Member Functions

 ClassIdAttribute ([CallerFilePathAttribute] string path="", [CallerLineNumber] int line=0)
 
int CompareTo (ClassIdAttribute other)
 

Static Public Member Functions

static ClassIdAttribute Get (Type t)
 
static ClassIdAttribute Get< T > ()
 

Detailed Description

Attribute which assigns ID to class, this id persists after obfuscation and it's same on both x86 and X64 build. ID can change with different versions of source code.

Definition at line 14 of file ClassIdAttribute.cs.

Constructor & Destructor Documentation

System.Runtime.CompilerServices.ClassIdAttribute.ClassIdAttribute ( [CallerFilePathAttribute] string  path = "",
[CallerLineNumber] int  line = 0 
)
inline

Definition at line 19 of file ClassIdAttribute.cs.

Member Function Documentation

int System.Runtime.CompilerServices.ClassIdAttribute.CompareTo ( ClassIdAttribute  other)
inline

Definition at line 25 of file ClassIdAttribute.cs.

static ClassIdAttribute System.Runtime.CompilerServices.ClassIdAttribute.Get ( Type  t)
inlinestatic

Definition at line 31 of file ClassIdAttribute.cs.

Definition at line 36 of file ClassIdAttribute.cs.


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