Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Object SystemArray

back to assembly

SystemArray.__BinarySearch__SystemArray_SystemInt32_SystemInt32_SystemObject__SystemInt32

static SystemInt32 BinarySearch(SystemArray, SystemInt32, SystemInt32, SystemObject);

Raw: In(SystemArray), In(SystemInt32), In(SystemInt32), In(SystemObject), Out(SystemInt32)

SystemArray.__BinarySearch__SystemArray_SystemObject__SystemInt32

static SystemInt32 BinarySearch(SystemArray, SystemObject);

Raw: In(SystemArray), In(SystemObject), Out(SystemInt32)

SystemArray.__BinarySearch__TArray_SystemInt32_SystemInt32_T__SystemInt32

static SystemInt32 BinarySearch(TArray, SystemInt32, SystemInt32, T);

Raw: In(UnityEngineObjectArray), In(SystemInt32), In(SystemInt32), In(UnityEngineObject), Out(SystemInt32)

SystemArray.__BinarySearch__TArray_T__SystemInt32

static SystemInt32 BinarySearch(TArray, T);

Raw: In(UnityEngineObjectArray), In(UnityEngineObject), Out(SystemInt32)

SystemArray.__Clear__SystemArray_SystemInt32_SystemInt32__SystemVoid

static void Clear(SystemArray, SystemInt32, SystemInt32);

Raw: In(SystemArray), In(SystemInt32), In(SystemInt32)

SystemArray.__Clone__SystemObject

SystemObject Clone();

Raw: In(SystemArray), Out(SystemObject)

SystemArray.__ConstrainedCopy__SystemArray_SystemInt32_SystemArray_SystemInt32_SystemInt32__SystemVoid

static void ConstrainedCopy(SystemArray, SystemInt32, SystemArray, SystemInt32, SystemInt32);

Raw: In(SystemArray), In(SystemInt32), In(SystemArray), In(SystemInt32), In(SystemInt32)

SystemArray.__CopyTo__SystemArray_SystemInt32__SystemVoid

void CopyTo(SystemArray, SystemInt32);

Raw: In(SystemArray), In(SystemArray), In(SystemInt32)

SystemArray.__CopyTo__SystemArray_SystemInt64__SystemVoid

void CopyTo(SystemArray, SystemInt64);

Raw: In(SystemArray), In(SystemArray), In(SystemInt64)

SystemArray.__Copy__SystemArray_SystemArray_SystemInt32__SystemVoid

static void Copy(SystemArray, SystemArray, SystemInt32);

Raw: In(SystemArray), In(SystemArray), In(SystemInt32)

SystemArray.__Copy__SystemArray_SystemArray_SystemInt64__SystemVoid

static void Copy(SystemArray, SystemArray, SystemInt64);

Raw: In(SystemArray), In(SystemArray), In(SystemInt64)

SystemArray.__Copy__SystemArray_SystemInt32_SystemArray_SystemInt32_SystemInt32__SystemVoid

static void Copy(SystemArray, SystemInt32, SystemArray, SystemInt32, SystemInt32);

Raw: In(SystemArray), In(SystemInt32), In(SystemArray), In(SystemInt32), In(SystemInt32)

SystemArray.__Copy__SystemArray_SystemInt64_SystemArray_SystemInt64_SystemInt64__SystemVoid

static void Copy(SystemArray, SystemInt64, SystemArray, SystemInt64, SystemInt64);

Raw: In(SystemArray), In(SystemInt64), In(SystemArray), In(SystemInt64), In(SystemInt64)

SystemArray.__CreateInstance__SystemType_SystemInt32Array_SystemInt32Array__SystemArray

static SystemArray CreateInstance(SystemType, SystemInt32Array, SystemInt32Array);

Raw: In(SystemType), In(SystemInt32Array), In(SystemInt32Array), Out(SystemArray)

SystemArray.__CreateInstance__SystemType_SystemInt32Array__SystemArray

static SystemArray CreateInstance(SystemType, SystemInt32Array);

Raw: In(SystemType), In(SystemInt32Array), Out(SystemArray)

SystemArray.__CreateInstance__SystemType_SystemInt32_SystemInt32_SystemInt32__SystemArray

static SystemArray CreateInstance(SystemType, SystemInt32, SystemInt32, SystemInt32);

Raw: In(SystemType), In(SystemInt32), In(SystemInt32), In(SystemInt32), Out(SystemArray)

SystemArray.__CreateInstance__SystemType_SystemInt32_SystemInt32__SystemArray

static SystemArray CreateInstance(SystemType, SystemInt32, SystemInt32);

Raw: In(SystemType), In(SystemInt32), In(SystemInt32), Out(SystemArray)

SystemArray.__CreateInstance__SystemType_SystemInt32__SystemArray

static SystemArray CreateInstance(SystemType, SystemInt32);

Raw: In(SystemType), In(SystemInt32), Out(SystemArray)

SystemArray.__CreateInstance__SystemType_SystemInt64Array__SystemArray

static SystemArray CreateInstance(SystemType, SystemInt64Array);

Raw: In(SystemType), In(SystemInt64Array), Out(SystemArray)

SystemArray.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemArray), In(SystemObject), Out(SystemBoolean)

SystemArray.__GetEnumerator__SystemCollectionsIEnumerator

SystemCollectionsIEnumerator GetEnumerator();

Raw: In(SystemArray), Out(SystemCollectionsIEnumerator)

SystemArray.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemArray), Out(SystemInt32)

SystemArray.__GetLength__SystemInt32__SystemInt32

SystemInt32 GetLength(SystemInt32);

Raw: In(SystemArray), In(SystemInt32), Out(SystemInt32)

SystemArray.__GetLongLength__SystemInt32__SystemInt64

SystemInt64 GetLongLength(SystemInt32);

Raw: In(SystemArray), In(SystemInt32), Out(SystemInt64)

SystemArray.__GetLowerBound__SystemInt32__SystemInt32

SystemInt32 GetLowerBound(SystemInt32);

Raw: In(SystemArray), In(SystemInt32), Out(SystemInt32)

SystemArray.__GetType__SystemType

SystemType GetType();

Raw: In(SystemArray), Out(SystemType)

SystemArray.__GetUpperBound__SystemInt32__SystemInt32

SystemInt32 GetUpperBound(SystemInt32);

Raw: In(SystemArray), In(SystemInt32), Out(SystemInt32)

SystemArray.__GetValue__SystemInt32Array__SystemObject

SystemObject GetValue(SystemInt32Array);

Raw: In(SystemArray), In(SystemInt32Array), Out(SystemObject)

SystemArray.__GetValue__SystemInt32_SystemInt32_SystemInt32__SystemObject

SystemObject GetValue(SystemInt32, SystemInt32, SystemInt32);

Raw: In(SystemArray), In(SystemInt32), In(SystemInt32), In(SystemInt32), Out(SystemObject)

SystemArray.__GetValue__SystemInt32_SystemInt32__SystemObject

SystemObject GetValue(SystemInt32, SystemInt32);

Raw: In(SystemArray), In(SystemInt32), In(SystemInt32), Out(SystemObject)

SystemArray.__GetValue__SystemInt32__SystemObject

SystemObject GetValue(SystemInt32);

Raw: In(SystemArray), In(SystemInt32), Out(SystemObject)

SystemArray.__GetValue__SystemInt64Array__SystemObject

SystemObject GetValue(SystemInt64Array);

Raw: In(SystemArray), In(SystemInt64Array), Out(SystemObject)

SystemArray.__GetValue__SystemInt64_SystemInt64_SystemInt64__SystemObject

SystemObject GetValue(SystemInt64, SystemInt64, SystemInt64);

Raw: In(SystemArray), In(SystemInt64), In(SystemInt64), In(SystemInt64), Out(SystemObject)

SystemArray.__GetValue__SystemInt64_SystemInt64__SystemObject

SystemObject GetValue(SystemInt64, SystemInt64);

Raw: In(SystemArray), In(SystemInt64), In(SystemInt64), Out(SystemObject)

SystemArray.__GetValue__SystemInt64__SystemObject

SystemObject GetValue(SystemInt64);

Raw: In(SystemArray), In(SystemInt64), Out(SystemObject)

SystemArray.__IndexOf__SystemArray_SystemObject_SystemInt32_SystemInt32__SystemInt32

static SystemInt32 IndexOf(SystemArray, SystemObject, SystemInt32, SystemInt32);

Raw: In(SystemArray), In(SystemObject), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemArray.__IndexOf__SystemArray_SystemObject_SystemInt32__SystemInt32

static SystemInt32 IndexOf(SystemArray, SystemObject, SystemInt32);

Raw: In(SystemArray), In(SystemObject), In(SystemInt32), Out(SystemInt32)

SystemArray.__IndexOf__SystemArray_SystemObject__SystemInt32

static SystemInt32 IndexOf(SystemArray, SystemObject);

Raw: In(SystemArray), In(SystemObject), Out(SystemInt32)

SystemArray.__IndexOf__TArray_T_SystemInt32_SystemInt32__SystemInt32

static SystemInt32 IndexOf(TArray, T, SystemInt32, SystemInt32);

Raw: In(UnityEngineObjectArray), In(UnityEngineObject), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemArray.__IndexOf__TArray_T_SystemInt32__SystemInt32

static SystemInt32 IndexOf(TArray, T, SystemInt32);

Raw: In(UnityEngineObjectArray), In(UnityEngineObject), In(SystemInt32), Out(SystemInt32)

SystemArray.__IndexOf__TArray_T__SystemInt32

static SystemInt32 IndexOf(TArray, T);

Raw: In(UnityEngineObjectArray), In(UnityEngineObject), Out(SystemInt32)

SystemArray.__Initialize__SystemVoid

void Initialize();

Raw: In(SystemArray)

SystemArray.__LastIndexOf__SystemArray_SystemObject_SystemInt32_SystemInt32__SystemInt32

static SystemInt32 LastIndexOf(SystemArray, SystemObject, SystemInt32, SystemInt32);

Raw: In(SystemArray), In(SystemObject), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemArray.__LastIndexOf__SystemArray_SystemObject_SystemInt32__SystemInt32

static SystemInt32 LastIndexOf(SystemArray, SystemObject, SystemInt32);

Raw: In(SystemArray), In(SystemObject), In(SystemInt32), Out(SystemInt32)

SystemArray.__LastIndexOf__SystemArray_SystemObject__SystemInt32

static SystemInt32 LastIndexOf(SystemArray, SystemObject);

Raw: In(SystemArray), In(SystemObject), Out(SystemInt32)

SystemArray.__LastIndexOf__TArray_T_SystemInt32_SystemInt32__SystemInt32

static SystemInt32 LastIndexOf(TArray, T, SystemInt32, SystemInt32);

Raw: In(UnityEngineObjectArray), In(UnityEngineObject), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemArray.__LastIndexOf__TArray_T_SystemInt32__SystemInt32

static SystemInt32 LastIndexOf(TArray, T, SystemInt32);

Raw: In(UnityEngineObjectArray), In(UnityEngineObject), In(SystemInt32), Out(SystemInt32)

SystemArray.__LastIndexOf__TArray_T__SystemInt32

static SystemInt32 LastIndexOf(TArray, T);

Raw: In(UnityEngineObjectArray), In(UnityEngineObject), Out(SystemInt32)

SystemArray.__Reverse__SystemArray_SystemInt32_SystemInt32__SystemVoid

static void Reverse(SystemArray, SystemInt32, SystemInt32);

Raw: In(SystemArray), In(SystemInt32), In(SystemInt32)

SystemArray.__Reverse__SystemArray__SystemVoid

static void Reverse(SystemArray);

Raw: In(SystemArray)

SystemArray.__SetValue__SystemObject_SystemInt32Array__SystemVoid

void SetValue(SystemObject, SystemInt32Array);

Raw: In(SystemArray), In(SystemObject), In(SystemInt32Array)

SystemArray.__SetValue__SystemObject_SystemInt32_SystemInt32_SystemInt32__SystemVoid

void SetValue(SystemObject, SystemInt32, SystemInt32, SystemInt32);

Raw: In(SystemArray), In(SystemObject), In(SystemInt32), In(SystemInt32), In(SystemInt32)

SystemArray.__SetValue__SystemObject_SystemInt32_SystemInt32__SystemVoid

void SetValue(SystemObject, SystemInt32, SystemInt32);

Raw: In(SystemArray), In(SystemObject), In(SystemInt32), In(SystemInt32)

SystemArray.__SetValue__SystemObject_SystemInt32__SystemVoid

void SetValue(SystemObject, SystemInt32);

Raw: In(SystemArray), In(SystemObject), In(SystemInt32)

SystemArray.__SetValue__SystemObject_SystemInt64Array__SystemVoid

void SetValue(SystemObject, SystemInt64Array);

Raw: In(SystemArray), In(SystemObject), In(SystemInt64Array)

SystemArray.__SetValue__SystemObject_SystemInt64_SystemInt64_SystemInt64__SystemVoid

void SetValue(SystemObject, SystemInt64, SystemInt64, SystemInt64);

Raw: In(SystemArray), In(SystemObject), In(SystemInt64), In(SystemInt64), In(SystemInt64)

SystemArray.__SetValue__SystemObject_SystemInt64_SystemInt64__SystemVoid

void SetValue(SystemObject, SystemInt64, SystemInt64);

Raw: In(SystemArray), In(SystemObject), In(SystemInt64), In(SystemInt64)

SystemArray.__SetValue__SystemObject_SystemInt64__SystemVoid

void SetValue(SystemObject, SystemInt64);

Raw: In(SystemArray), In(SystemObject), In(SystemInt64)

SystemArray.__Sort__SystemArray_SystemArray_SystemInt32_SystemInt32__SystemVoid

static void Sort(SystemArray, SystemArray, SystemInt32, SystemInt32);

Raw: In(SystemArray), In(SystemArray), In(SystemInt32), In(SystemInt32)

SystemArray.__Sort__SystemArray_SystemArray__SystemVoid

static void Sort(SystemArray, SystemArray);

Raw: In(SystemArray), In(SystemArray)

SystemArray.__Sort__SystemArray_SystemInt32_SystemInt32__SystemVoid

static void Sort(SystemArray, SystemInt32, SystemInt32);

Raw: In(SystemArray), In(SystemInt32), In(SystemInt32)

SystemArray.__Sort__SystemArray__SystemVoid

static void Sort(SystemArray);

Raw: In(SystemArray)

SystemArray.__ToString__SystemString

SystemString ToString();

Raw: In(SystemArray), Out(SystemString)

SystemArray.__get_IsFixedSize__SystemBoolean

SystemBoolean get_IsFixedSize();

Raw: In(SystemArray), Out(SystemBoolean)

SystemArray.__get_IsReadOnly__SystemBoolean

SystemBoolean get_IsReadOnly();

Raw: In(SystemArray), Out(SystemBoolean)

SystemArray.__get_IsSynchronized__SystemBoolean

SystemBoolean get_IsSynchronized();

Raw: In(SystemArray), Out(SystemBoolean)

SystemArray.__get_Length__SystemInt32

SystemInt32 get_Length();

Raw: In(SystemArray), Out(SystemInt32)

SystemArray.__get_LongLength__SystemInt64

SystemInt64 get_LongLength();

Raw: In(SystemArray), Out(SystemInt64)

SystemArray.__get_Rank__SystemInt32

SystemInt32 get_Rank();

Raw: In(SystemArray), Out(SystemInt32)

SystemArray.__get_SyncRoot__SystemObject

SystemObject get_SyncRoot();

Raw: In(SystemArray), Out(SystemObject)

Enum SystemBase64FormattingOptions

back to assembly

Enum values:

  • InsertLineBreaks = 1
  • None = 0

Object SystemBitConverter

back to assembly

SystemBitConverter.__DoubleToInt64Bits__SystemDouble__SystemInt64

static SystemInt64 DoubleToInt64Bits(SystemDouble);

Raw: In(SystemDouble), Out(SystemInt64)

SystemBitConverter.__GetBytes__SystemBoolean__SystemByteArray

static SystemByteArray GetBytes(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemByteArray)

SystemBitConverter.__GetBytes__SystemChar__SystemByteArray

static SystemByteArray GetBytes(SystemChar);

Raw: In(SystemChar), Out(SystemByteArray)

SystemBitConverter.__GetBytes__SystemDouble__SystemByteArray

static SystemByteArray GetBytes(SystemDouble);

Raw: In(SystemDouble), Out(SystemByteArray)

SystemBitConverter.__GetBytes__SystemInt16__SystemByteArray

static SystemByteArray GetBytes(SystemInt16);

Raw: In(SystemInt16), Out(SystemByteArray)

SystemBitConverter.__GetBytes__SystemInt32__SystemByteArray

static SystemByteArray GetBytes(SystemInt32);

Raw: In(SystemInt32), Out(SystemByteArray)

SystemBitConverter.__GetBytes__SystemInt64__SystemByteArray

static SystemByteArray GetBytes(SystemInt64);

Raw: In(SystemInt64), Out(SystemByteArray)

SystemBitConverter.__GetBytes__SystemSingle__SystemByteArray

static SystemByteArray GetBytes(SystemSingle);

Raw: In(SystemSingle), Out(SystemByteArray)

SystemBitConverter.__GetBytes__SystemUInt16__SystemByteArray

static SystemByteArray GetBytes(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemByteArray)

SystemBitConverter.__GetBytes__SystemUInt32__SystemByteArray

static SystemByteArray GetBytes(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemByteArray)

SystemBitConverter.__GetBytes__SystemUInt64__SystemByteArray

static SystemByteArray GetBytes(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemByteArray)

SystemBitConverter.__Int32BitsToSingle__SystemInt32__SystemSingle

static SystemSingle Int32BitsToSingle(SystemInt32);

Raw: In(SystemInt32), Out(SystemSingle)

SystemBitConverter.__Int64BitsToDouble__SystemInt64__SystemDouble

static SystemDouble Int64BitsToDouble(SystemInt64);

Raw: In(SystemInt64), Out(SystemDouble)

SystemBitConverter.__SingleToInt32Bits__SystemSingle__SystemInt32

static SystemInt32 SingleToInt32Bits(SystemSingle);

Raw: In(SystemSingle), Out(SystemInt32)

SystemBitConverter.__ToBoolean__SystemByteArray_SystemInt32__SystemBoolean

static SystemBoolean ToBoolean(SystemByteArray, SystemInt32);

Raw: In(SystemByteArray), In(SystemInt32), Out(SystemBoolean)

SystemBitConverter.__ToChar__SystemByteArray_SystemInt32__SystemChar

static SystemChar ToChar(SystemByteArray, SystemInt32);

Raw: In(SystemByteArray), In(SystemInt32), Out(SystemChar)

SystemBitConverter.__ToDouble__SystemByteArray_SystemInt32__SystemDouble

static SystemDouble ToDouble(SystemByteArray, SystemInt32);

Raw: In(SystemByteArray), In(SystemInt32), Out(SystemDouble)

SystemBitConverter.__ToInt16__SystemByteArray_SystemInt32__SystemInt16

static SystemInt16 ToInt16(SystemByteArray, SystemInt32);

Raw: In(SystemByteArray), In(SystemInt32), Out(SystemInt16)

SystemBitConverter.__ToInt32__SystemByteArray_SystemInt32__SystemInt32

static SystemInt32 ToInt32(SystemByteArray, SystemInt32);

Raw: In(SystemByteArray), In(SystemInt32), Out(SystemInt32)

SystemBitConverter.__ToInt64__SystemByteArray_SystemInt32__SystemInt64

static SystemInt64 ToInt64(SystemByteArray, SystemInt32);

Raw: In(SystemByteArray), In(SystemInt32), Out(SystemInt64)

SystemBitConverter.__ToSingle__SystemByteArray_SystemInt32__SystemSingle

static SystemSingle ToSingle(SystemByteArray, SystemInt32);

Raw: In(SystemByteArray), In(SystemInt32), Out(SystemSingle)

SystemBitConverter.__ToUInt16__SystemByteArray_SystemInt32__SystemUInt16

static SystemUInt16 ToUInt16(SystemByteArray, SystemInt32);

Raw: In(SystemByteArray), In(SystemInt32), Out(SystemUInt16)

SystemBitConverter.__ToUInt32__SystemByteArray_SystemInt32__SystemUInt32

static SystemUInt32 ToUInt32(SystemByteArray, SystemInt32);

Raw: In(SystemByteArray), In(SystemInt32), Out(SystemUInt32)

SystemBitConverter.__ToUInt64__SystemByteArray_SystemInt32__SystemUInt64

static SystemUInt64 ToUInt64(SystemByteArray, SystemInt32);

Raw: In(SystemByteArray), In(SystemInt32), Out(SystemUInt64)

SystemBitConverter.__get_IsLittleEndian__SystemBoolean

static SystemBoolean get_IsLittleEndian();

Raw: Out(SystemBoolean)

Primitive SystemBoolean

back to assembly

to array type

SystemBoolean.__CompareTo__SystemBoolean__SystemInt32

SystemInt32 CompareTo(SystemBoolean);

Raw: In(SystemBoolean), In(SystemBoolean), Out(SystemInt32)

SystemBoolean.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemBoolean), In(SystemObject), Out(SystemInt32)

SystemBoolean.__Equals__SystemBoolean__SystemBoolean

SystemBoolean Equals(SystemBoolean);

Raw: In(SystemBoolean), In(SystemBoolean), Out(SystemBoolean)

SystemBoolean.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemBoolean), In(SystemObject), Out(SystemBoolean)

SystemBoolean.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemBoolean), Out(SystemInt32)

SystemBoolean.__GetType__SystemType

SystemType GetType();

Raw: In(SystemBoolean), Out(SystemType)

SystemBoolean.__Parse__SystemString__SystemBoolean

static SystemBoolean Parse(SystemString);

Raw: In(SystemString), Out(SystemBoolean)

SystemBoolean.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemBoolean), In(SystemIFormatProvider), Out(SystemString)

SystemBoolean.__ToString__SystemString

SystemString ToString();

Raw: In(SystemBoolean), Out(SystemString)

SystemBoolean.__TryParse__SystemString_SystemBooleanRef__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemBoolean);

Raw: In(SystemString), InOut(SystemBoolean), Out(SystemBoolean)

SystemBoolean.__get_FalseString__SystemString

static SystemString get_FalseString();

Raw: Out(SystemString)

SystemBoolean.__get_TrueString__SystemString

static SystemString get_TrueString();

Raw: Out(SystemString)

SystemBoolean.__op_ConditionalAnd__SystemBoolean_SystemBoolean__SystemBoolean

static SystemBoolean op_ConditionalAnd(SystemBoolean, SystemBoolean);

Raw: In(SystemBoolean), In(SystemBoolean), Out(SystemBoolean)

SystemBoolean.__op_ConditionalOr__SystemBoolean_SystemBoolean__SystemBoolean

static SystemBoolean op_ConditionalOr(SystemBoolean, SystemBoolean);

Raw: In(SystemBoolean), In(SystemBoolean), Out(SystemBoolean)

SystemBoolean.__op_ConditionalXor__SystemBoolean_SystemBoolean__SystemBoolean

static SystemBoolean op_ConditionalXor(SystemBoolean, SystemBoolean);

Raw: In(SystemBoolean), In(SystemBoolean), Out(SystemBoolean)

SystemBoolean.__op_Equality__SystemBoolean_SystemBoolean__SystemBoolean

static SystemBoolean op_Equality(SystemBoolean, SystemBoolean);

Raw: In(SystemBoolean), In(SystemBoolean), Out(SystemBoolean)

SystemBoolean.__op_Inequality__SystemBoolean_SystemBoolean__SystemBoolean

static SystemBoolean op_Inequality(SystemBoolean, SystemBoolean);

Raw: In(SystemBoolean), In(SystemBoolean), Out(SystemBoolean)

SystemBoolean.__op_LogicalAnd__SystemBoolean_SystemBoolean__SystemBoolean

static SystemBoolean op_LogicalAnd(SystemBoolean, SystemBoolean);

Raw: In(SystemBoolean), In(SystemBoolean), Out(SystemBoolean)

SystemBoolean.__op_LogicalOr__SystemBoolean_SystemBoolean__SystemBoolean

static SystemBoolean op_LogicalOr(SystemBoolean, SystemBoolean);

Raw: In(SystemBoolean), In(SystemBoolean), Out(SystemBoolean)

SystemBoolean.__op_LogicalXor__SystemBoolean_SystemBoolean__SystemBoolean

static SystemBoolean op_LogicalXor(SystemBoolean, SystemBoolean);

Raw: In(SystemBoolean), In(SystemBoolean), Out(SystemBoolean)

SystemBoolean.__op_UnaryNegation__SystemBoolean__SystemBoolean

static SystemBoolean op_UnaryNegation(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemBoolean)

Object SystemBuffer

back to assembly

SystemBuffer.__BlockCopy__SystemArray_SystemInt32_SystemArray_SystemInt32_SystemInt32__SystemVoid

static void BlockCopy(SystemArray, SystemInt32, SystemArray, SystemInt32, SystemInt32);

Raw: In(SystemArray), In(SystemInt32), In(SystemArray), In(SystemInt32), In(SystemInt32)

SystemBuffer.__ByteLength__SystemArray__SystemInt32

static SystemInt32 ByteLength(SystemArray);

Raw: In(SystemArray), Out(SystemInt32)

SystemBuffer.__GetByte__SystemArray_SystemInt32__SystemByte

static SystemByte GetByte(SystemArray, SystemInt32);

Raw: In(SystemArray), In(SystemInt32), Out(SystemByte)

SystemBuffer.__SetByte__SystemArray_SystemInt32_SystemByte__SystemVoid

static void SetByte(SystemArray, SystemInt32, SystemByte);

Raw: In(SystemArray), In(SystemInt32), In(SystemByte)

Primitive SystemByte

back to assembly

to array type

SystemByte.__CompareTo__SystemByte__SystemInt32

SystemInt32 CompareTo(SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemInt32)

SystemByte.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemByte), In(SystemObject), Out(SystemInt32)

SystemByte.__Equals__SystemByte__SystemBoolean

SystemBoolean Equals(SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemBoolean)

SystemByte.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemByte), In(SystemObject), Out(SystemBoolean)

SystemByte.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemByte), Out(SystemInt32)

SystemByte.__GetType__SystemType

SystemType GetType();

Raw: In(SystemByte), Out(SystemType)

SystemByte.__Parse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider__SystemByte

static SystemByte Parse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), Out(SystemByte)

SystemByte.__Parse__SystemString_SystemGlobalizationNumberStyles__SystemByte

static SystemByte Parse(SystemString, SystemGlobalizationNumberStyles);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), Out(SystemByte)

SystemByte.__Parse__SystemString_SystemIFormatProvider__SystemByte

static SystemByte Parse(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemByte)

SystemByte.__Parse__SystemString__SystemByte

static SystemByte Parse(SystemString);

Raw: In(SystemString), Out(SystemByte)

SystemByte.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemByte), In(SystemIFormatProvider), Out(SystemString)

SystemByte.__ToString__SystemString

SystemString ToString();

Raw: In(SystemByte), Out(SystemString)

SystemByte.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemByte), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemByte.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemByte), In(SystemString), Out(SystemString)

SystemByte.__TryParse__SystemString_SystemByteRef__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemByte);

Raw: In(SystemString), InOut(SystemByte), Out(SystemBoolean)

SystemByte.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemByteRef__SystemBoolean

static SystemBoolean TryParse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider, ref SystemByte);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), InOut(SystemByte), Out(SystemBoolean)

SystemByte.__get_MaxValue__SystemByte

static SystemByte get_MaxValue();

Raw: Out(SystemByte)

SystemByte.__get_MinValue__SystemByte

static SystemByte get_MinValue();

Raw: Out(SystemByte)

SystemByte.__op_Addition__SystemByte_SystemByte__SystemInt32

static SystemInt32 op_Addition(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemInt32)

SystemByte.__op_Division__SystemByte_SystemByte__SystemInt32

static SystemInt32 op_Division(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemInt32)

SystemByte.__op_Equality__SystemByte_SystemByte__SystemBoolean

static SystemBoolean op_Equality(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemBoolean)

SystemByte.__op_GreaterThanOrEqual__SystemByte_SystemByte__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemBoolean)

SystemByte.__op_GreaterThan__SystemByte_SystemByte__SystemBoolean

static SystemBoolean op_GreaterThan(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemBoolean)

SystemByte.__op_Inequality__SystemByte_SystemByte__SystemBoolean

static SystemBoolean op_Inequality(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemBoolean)

SystemByte.__op_LeftShift__SystemByte_SystemByte__SystemInt32

static SystemInt32 op_LeftShift(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemInt32)

SystemByte.__op_LessThanOrEqual__SystemByte_SystemByte__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemBoolean)

SystemByte.__op_LessThan__SystemByte_SystemByte__SystemBoolean

static SystemBoolean op_LessThan(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemBoolean)

SystemByte.__op_LogicalAnd__SystemByte_SystemByte__SystemInt32

static SystemInt32 op_LogicalAnd(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemInt32)

SystemByte.__op_LogicalOr__SystemByte_SystemByte__SystemInt32

static SystemInt32 op_LogicalOr(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemInt32)

SystemByte.__op_LogicalXor__SystemByte_SystemByte__SystemInt32

static SystemInt32 op_LogicalXor(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemInt32)

SystemByte.__op_Multiplication__SystemByte_SystemByte__SystemInt32

static SystemInt32 op_Multiplication(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemInt32)

SystemByte.__op_RightShift__SystemByte_SystemByte__SystemInt32

static SystemInt32 op_RightShift(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemInt32)

SystemByte.__op_Subtraction__SystemByte_SystemByte__SystemInt32

static SystemInt32 op_Subtraction(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemInt32)

SystemByte.__op_UnaryMinus__SystemByte__SystemInt32

static SystemInt32 op_UnaryMinus(SystemByte);

Raw: In(SystemByte), Out(SystemInt32)

Primitive SystemChar

back to assembly

to array type

SystemChar.__CompareTo__SystemChar__SystemInt32

SystemInt32 CompareTo(SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemInt32)

SystemChar.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemChar), In(SystemObject), Out(SystemInt32)

SystemChar.__ConvertFromUtf32__SystemInt32__SystemString

static SystemString ConvertFromUtf32(SystemInt32);

Raw: In(SystemInt32), Out(SystemString)

SystemChar.__ConvertToUtf32__SystemChar_SystemChar__SystemInt32

static SystemInt32 ConvertToUtf32(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemInt32)

SystemChar.__ConvertToUtf32__SystemString_SystemInt32__SystemInt32

static SystemInt32 ConvertToUtf32(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemInt32)

SystemChar.__Equals__SystemChar__SystemBoolean

SystemBoolean Equals(SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemBoolean)

SystemChar.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemChar), In(SystemObject), Out(SystemBoolean)

SystemChar.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemChar), Out(SystemInt32)

SystemChar.__GetNumericValue__SystemChar__SystemDouble

static SystemDouble GetNumericValue(SystemChar);

Raw: In(SystemChar), Out(SystemDouble)

SystemChar.__GetNumericValue__SystemString_SystemInt32__SystemDouble

static SystemDouble GetNumericValue(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemDouble)

SystemChar.__GetType__SystemType

SystemType GetType();

Raw: In(SystemChar), Out(SystemType)

SystemChar.__GetUnicodeCategory__SystemChar__SystemGlobalizationUnicodeCategory

static SystemGlobalizationUnicodeCategory GetUnicodeCategory(SystemChar);

Raw: In(SystemChar), Out(SystemGlobalizationUnicodeCategory)

SystemChar.__GetUnicodeCategory__SystemString_SystemInt32__SystemGlobalizationUnicodeCategory

static SystemGlobalizationUnicodeCategory GetUnicodeCategory(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemGlobalizationUnicodeCategory)

SystemChar.__IsControl__SystemChar__SystemBoolean

static SystemBoolean IsControl(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemChar.__IsControl__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsControl(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__IsDigit__SystemChar__SystemBoolean

static SystemBoolean IsDigit(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemChar.__IsDigit__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsDigit(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__IsHighSurrogate__SystemChar__SystemBoolean

static SystemBoolean IsHighSurrogate(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemChar.__IsHighSurrogate__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsHighSurrogate(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__IsLetterOrDigit__SystemChar__SystemBoolean

static SystemBoolean IsLetterOrDigit(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemChar.__IsLetterOrDigit__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsLetterOrDigit(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__IsLetter__SystemChar__SystemBoolean

static SystemBoolean IsLetter(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemChar.__IsLetter__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsLetter(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__IsLowSurrogate__SystemChar__SystemBoolean

static SystemBoolean IsLowSurrogate(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemChar.__IsLowSurrogate__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsLowSurrogate(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__IsLower__SystemChar__SystemBoolean

static SystemBoolean IsLower(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemChar.__IsLower__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsLower(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__IsNumber__SystemChar__SystemBoolean

static SystemBoolean IsNumber(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemChar.__IsNumber__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsNumber(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__IsPunctuation__SystemChar__SystemBoolean

static SystemBoolean IsPunctuation(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemChar.__IsPunctuation__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsPunctuation(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__IsSeparator__SystemChar__SystemBoolean

static SystemBoolean IsSeparator(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemChar.__IsSeparator__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsSeparator(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__IsSurrogatePair__SystemChar_SystemChar__SystemBoolean

static SystemBoolean IsSurrogatePair(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemBoolean)

SystemChar.__IsSurrogatePair__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsSurrogatePair(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__IsSurrogate__SystemChar__SystemBoolean

static SystemBoolean IsSurrogate(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemChar.__IsSurrogate__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsSurrogate(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__IsSymbol__SystemChar__SystemBoolean

static SystemBoolean IsSymbol(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemChar.__IsSymbol__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsSymbol(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__IsUpper__SystemChar__SystemBoolean

static SystemBoolean IsUpper(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemChar.__IsUpper__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsUpper(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__IsWhiteSpace__SystemChar__SystemBoolean

static SystemBoolean IsWhiteSpace(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemChar.__IsWhiteSpace__SystemString_SystemInt32__SystemBoolean

static SystemBoolean IsWhiteSpace(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemBoolean)

SystemChar.__Parse__SystemString__SystemChar

static SystemChar Parse(SystemString);

Raw: In(SystemString), Out(SystemChar)

SystemChar.__ToLowerInvariant__SystemChar__SystemChar

static SystemChar ToLowerInvariant(SystemChar);

Raw: In(SystemChar), Out(SystemChar)

SystemChar.__ToLower__SystemChar_SystemGlobalizationCultureInfo__SystemChar

static SystemChar ToLower(SystemChar, SystemGlobalizationCultureInfo);

Raw: In(SystemChar), In(SystemGlobalizationCultureInfo), Out(SystemChar)

SystemChar.__ToLower__SystemChar__SystemChar

static SystemChar ToLower(SystemChar);

Raw: In(SystemChar), Out(SystemChar)

SystemChar.__ToString__SystemChar__SystemString

static SystemString ToString(SystemChar);

Raw: In(SystemChar), Out(SystemString)

SystemChar.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemChar), In(SystemIFormatProvider), Out(SystemString)

SystemChar.__ToString__SystemString

SystemString ToString();

Raw: In(SystemChar), Out(SystemString)

SystemChar.__ToUpperInvariant__SystemChar__SystemChar

static SystemChar ToUpperInvariant(SystemChar);

Raw: In(SystemChar), Out(SystemChar)

SystemChar.__ToUpper__SystemChar_SystemGlobalizationCultureInfo__SystemChar

static SystemChar ToUpper(SystemChar, SystemGlobalizationCultureInfo);

Raw: In(SystemChar), In(SystemGlobalizationCultureInfo), Out(SystemChar)

SystemChar.__ToUpper__SystemChar__SystemChar

static SystemChar ToUpper(SystemChar);

Raw: In(SystemChar), Out(SystemChar)

SystemChar.__TryParse__SystemString_SystemCharRef__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemChar);

Raw: In(SystemString), InOut(SystemChar), Out(SystemBoolean)

SystemChar.__get_MaxValue__SystemChar

static SystemChar get_MaxValue();

Raw: Out(SystemChar)

SystemChar.__get_MinValue__SystemChar

static SystemChar get_MinValue();

Raw: Out(SystemChar)

SystemChar.__op_Addition__SystemChar_SystemChar__SystemInt32

static SystemInt32 op_Addition(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemInt32)

SystemChar.__op_Division__SystemChar_SystemChar__SystemInt32

static SystemInt32 op_Division(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemInt32)

SystemChar.__op_Equality__SystemChar_SystemChar__SystemBoolean

static SystemBoolean op_Equality(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemBoolean)

SystemChar.__op_GreaterThanOrEqual__SystemChar_SystemChar__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemBoolean)

SystemChar.__op_GreaterThan__SystemChar_SystemChar__SystemBoolean

static SystemBoolean op_GreaterThan(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemBoolean)

SystemChar.__op_Inequality__SystemChar_SystemChar__SystemBoolean

static SystemBoolean op_Inequality(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemBoolean)

SystemChar.__op_LeftShift__SystemChar_SystemChar__SystemInt32

static SystemInt32 op_LeftShift(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemInt32)

SystemChar.__op_LessThanOrEqual__SystemChar_SystemChar__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemBoolean)

SystemChar.__op_LessThan__SystemChar_SystemChar__SystemBoolean

static SystemBoolean op_LessThan(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemBoolean)

SystemChar.__op_LogicalAnd__SystemChar_SystemChar__SystemInt32

static SystemInt32 op_LogicalAnd(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemInt32)

SystemChar.__op_LogicalOr__SystemChar_SystemChar__SystemInt32

static SystemInt32 op_LogicalOr(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemInt32)

SystemChar.__op_LogicalXor__SystemChar_SystemChar__SystemInt32

static SystemInt32 op_LogicalXor(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemInt32)

SystemChar.__op_Multiplication__SystemChar_SystemChar__SystemInt32

static SystemInt32 op_Multiplication(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemInt32)

SystemChar.__op_RightShift__SystemChar_SystemChar__SystemInt32

static SystemInt32 op_RightShift(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemInt32)

SystemChar.__op_Subtraction__SystemChar_SystemChar__SystemInt32

static SystemInt32 op_Subtraction(SystemChar, SystemChar);

Raw: In(SystemChar), In(SystemChar), Out(SystemInt32)

SystemChar.__op_UnaryMinus__SystemChar__SystemInt32

static SystemInt32 op_UnaryMinus(SystemChar);

Raw: In(SystemChar), Out(SystemInt32)

Object SystemCharEnumerator

back to assembly

Interface SystemCollectionsIEnumerator

back to assembly

Object SystemConvert

back to assembly

SystemConvert.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemConvert), In(SystemObject), Out(SystemBoolean)

SystemConvert.__FromBase64CharArray__SystemCharArray_SystemInt32_SystemInt32__SystemByteArray

static SystemByteArray FromBase64CharArray(SystemCharArray, SystemInt32, SystemInt32);

Raw: In(SystemCharArray), In(SystemInt32), In(SystemInt32), Out(SystemByteArray)

SystemConvert.__FromBase64String__SystemString__SystemByteArray

static SystemByteArray FromBase64String(SystemString);

Raw: In(SystemString), Out(SystemByteArray)

SystemConvert.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemConvert), Out(SystemInt32)

SystemConvert.__GetType__SystemType

SystemType GetType();

Raw: In(SystemConvert), Out(SystemType)

SystemConvert.__ToBase64CharArray__SystemByteArray_SystemInt32_SystemInt32_SystemCharArray_SystemInt32_SystemBase64FormattingOptions__SystemInt32

static SystemInt32 ToBase64CharArray(SystemByteArray, SystemInt32, SystemInt32, SystemCharArray, SystemInt32, SystemBase64FormattingOptions);

Raw: In(SystemByteArray), In(SystemInt32), In(SystemInt32), In(SystemCharArray), In(SystemInt32), In(SystemBase64FormattingOptions), Out(SystemInt32)

SystemConvert.__ToBase64CharArray__SystemByteArray_SystemInt32_SystemInt32_SystemCharArray_SystemInt32__SystemInt32

static SystemInt32 ToBase64CharArray(SystemByteArray, SystemInt32, SystemInt32, SystemCharArray, SystemInt32);

Raw: In(SystemByteArray), In(SystemInt32), In(SystemInt32), In(SystemCharArray), In(SystemInt32), Out(SystemInt32)

SystemConvert.__ToBase64String__SystemByteArray_SystemBase64FormattingOptions__SystemString

static SystemString ToBase64String(SystemByteArray, SystemBase64FormattingOptions);

Raw: In(SystemByteArray), In(SystemBase64FormattingOptions), Out(SystemString)

SystemConvert.__ToBase64String__SystemByteArray_SystemInt32_SystemInt32_SystemBase64FormattingOptions__SystemString

static SystemString ToBase64String(SystemByteArray, SystemInt32, SystemInt32, SystemBase64FormattingOptions);

Raw: In(SystemByteArray), In(SystemInt32), In(SystemInt32), In(SystemBase64FormattingOptions), Out(SystemString)

SystemConvert.__ToBase64String__SystemByteArray_SystemInt32_SystemInt32__SystemString

static SystemString ToBase64String(SystemByteArray, SystemInt32, SystemInt32);

Raw: In(SystemByteArray), In(SystemInt32), In(SystemInt32), Out(SystemString)

SystemConvert.__ToBase64String__SystemByteArray__SystemString

static SystemString ToBase64String(SystemByteArray);

Raw: In(SystemByteArray), Out(SystemString)

SystemConvert.__ToBoolean__SystemBoolean__SystemBoolean

static SystemBoolean ToBoolean(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemByte__SystemBoolean

static SystemBoolean ToBoolean(SystemByte);

Raw: In(SystemByte), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemChar__SystemBoolean

static SystemBoolean ToBoolean(SystemChar);

Raw: In(SystemChar), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemDateTime__SystemBoolean

static SystemBoolean ToBoolean(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemDecimal__SystemBoolean

static SystemBoolean ToBoolean(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemDouble__SystemBoolean

static SystemBoolean ToBoolean(SystemDouble);

Raw: In(SystemDouble), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemInt16__SystemBoolean

static SystemBoolean ToBoolean(SystemInt16);

Raw: In(SystemInt16), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemInt32__SystemBoolean

static SystemBoolean ToBoolean(SystemInt32);

Raw: In(SystemInt32), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemInt64__SystemBoolean

static SystemBoolean ToBoolean(SystemInt64);

Raw: In(SystemInt64), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemObject_SystemIFormatProvider__SystemBoolean

static SystemBoolean ToBoolean(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemObject__SystemBoolean

static SystemBoolean ToBoolean(SystemObject);

Raw: In(SystemObject), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemSByte__SystemBoolean

static SystemBoolean ToBoolean(SystemSByte);

Raw: In(SystemSByte), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemSingle__SystemBoolean

static SystemBoolean ToBoolean(SystemSingle);

Raw: In(SystemSingle), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemString_SystemIFormatProvider__SystemBoolean

static SystemBoolean ToBoolean(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemString__SystemBoolean

static SystemBoolean ToBoolean(SystemString);

Raw: In(SystemString), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemUInt16__SystemBoolean

static SystemBoolean ToBoolean(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemUInt32__SystemBoolean

static SystemBoolean ToBoolean(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemBoolean)

SystemConvert.__ToBoolean__SystemUInt64__SystemBoolean

static SystemBoolean ToBoolean(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemBoolean)

SystemConvert.__ToByte__SystemBoolean__SystemByte

static SystemByte ToByte(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemByte)

SystemConvert.__ToByte__SystemByte__SystemByte

static SystemByte ToByte(SystemByte);

Raw: In(SystemByte), Out(SystemByte)

SystemConvert.__ToByte__SystemChar__SystemByte

static SystemByte ToByte(SystemChar);

Raw: In(SystemChar), Out(SystemByte)

SystemConvert.__ToByte__SystemDateTime__SystemByte

static SystemByte ToByte(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemByte)

SystemConvert.__ToByte__SystemDecimal__SystemByte

static SystemByte ToByte(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemByte)

SystemConvert.__ToByte__SystemDouble__SystemByte

static SystemByte ToByte(SystemDouble);

Raw: In(SystemDouble), Out(SystemByte)

SystemConvert.__ToByte__SystemInt16__SystemByte

static SystemByte ToByte(SystemInt16);

Raw: In(SystemInt16), Out(SystemByte)

SystemConvert.__ToByte__SystemInt32__SystemByte

static SystemByte ToByte(SystemInt32);

Raw: In(SystemInt32), Out(SystemByte)

SystemConvert.__ToByte__SystemInt64__SystemByte

static SystemByte ToByte(SystemInt64);

Raw: In(SystemInt64), Out(SystemByte)

SystemConvert.__ToByte__SystemObject_SystemIFormatProvider__SystemByte

static SystemByte ToByte(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemByte)

SystemConvert.__ToByte__SystemObject__SystemByte

static SystemByte ToByte(SystemObject);

Raw: In(SystemObject), Out(SystemByte)

SystemConvert.__ToByte__SystemSByte__SystemByte

static SystemByte ToByte(SystemSByte);

Raw: In(SystemSByte), Out(SystemByte)

SystemConvert.__ToByte__SystemSingle__SystemByte

static SystemByte ToByte(SystemSingle);

Raw: In(SystemSingle), Out(SystemByte)

SystemConvert.__ToByte__SystemString_SystemIFormatProvider__SystemByte

static SystemByte ToByte(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemByte)

SystemConvert.__ToByte__SystemString_SystemInt32__SystemByte

static SystemByte ToByte(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemByte)

SystemConvert.__ToByte__SystemString__SystemByte

static SystemByte ToByte(SystemString);

Raw: In(SystemString), Out(SystemByte)

SystemConvert.__ToByte__SystemUInt16__SystemByte

static SystemByte ToByte(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemByte)

SystemConvert.__ToByte__SystemUInt32__SystemByte

static SystemByte ToByte(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemByte)

SystemConvert.__ToByte__SystemUInt64__SystemByte

static SystemByte ToByte(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemByte)

SystemConvert.__ToChar__SystemBoolean__SystemChar

static SystemChar ToChar(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemChar)

SystemConvert.__ToChar__SystemByte__SystemChar

static SystemChar ToChar(SystemByte);

Raw: In(SystemByte), Out(SystemChar)

SystemConvert.__ToChar__SystemChar__SystemChar

static SystemChar ToChar(SystemChar);

Raw: In(SystemChar), Out(SystemChar)

SystemConvert.__ToChar__SystemDateTime__SystemChar

static SystemChar ToChar(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemChar)

SystemConvert.__ToChar__SystemDecimal__SystemChar

static SystemChar ToChar(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemChar)

SystemConvert.__ToChar__SystemDouble__SystemChar

static SystemChar ToChar(SystemDouble);

Raw: In(SystemDouble), Out(SystemChar)

SystemConvert.__ToChar__SystemInt16__SystemChar

static SystemChar ToChar(SystemInt16);

Raw: In(SystemInt16), Out(SystemChar)

SystemConvert.__ToChar__SystemInt32__SystemChar

static SystemChar ToChar(SystemInt32);

Raw: In(SystemInt32), Out(SystemChar)

SystemConvert.__ToChar__SystemInt64__SystemChar

static SystemChar ToChar(SystemInt64);

Raw: In(SystemInt64), Out(SystemChar)

SystemConvert.__ToChar__SystemObject_SystemIFormatProvider__SystemChar

static SystemChar ToChar(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemChar)

SystemConvert.__ToChar__SystemObject__SystemChar

static SystemChar ToChar(SystemObject);

Raw: In(SystemObject), Out(SystemChar)

SystemConvert.__ToChar__SystemSByte__SystemChar

static SystemChar ToChar(SystemSByte);

Raw: In(SystemSByte), Out(SystemChar)

SystemConvert.__ToChar__SystemSingle__SystemChar

static SystemChar ToChar(SystemSingle);

Raw: In(SystemSingle), Out(SystemChar)

SystemConvert.__ToChar__SystemString_SystemIFormatProvider__SystemChar

static SystemChar ToChar(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemChar)

SystemConvert.__ToChar__SystemString__SystemChar

static SystemChar ToChar(SystemString);

Raw: In(SystemString), Out(SystemChar)

SystemConvert.__ToChar__SystemUInt16__SystemChar

static SystemChar ToChar(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemChar)

SystemConvert.__ToChar__SystemUInt32__SystemChar

static SystemChar ToChar(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemChar)

SystemConvert.__ToChar__SystemUInt64__SystemChar

static SystemChar ToChar(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemChar)

SystemConvert.__ToDateTime__SystemBoolean__SystemDateTime

static SystemDateTime ToDateTime(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemByte__SystemDateTime

static SystemDateTime ToDateTime(SystemByte);

Raw: In(SystemByte), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemChar__SystemDateTime

static SystemDateTime ToDateTime(SystemChar);

Raw: In(SystemChar), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemDateTime__SystemDateTime

static SystemDateTime ToDateTime(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemDecimal__SystemDateTime

static SystemDateTime ToDateTime(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemDouble__SystemDateTime

static SystemDateTime ToDateTime(SystemDouble);

Raw: In(SystemDouble), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemInt16__SystemDateTime

static SystemDateTime ToDateTime(SystemInt16);

Raw: In(SystemInt16), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemInt32__SystemDateTime

static SystemDateTime ToDateTime(SystemInt32);

Raw: In(SystemInt32), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemInt64__SystemDateTime

static SystemDateTime ToDateTime(SystemInt64);

Raw: In(SystemInt64), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemObject_SystemIFormatProvider__SystemDateTime

static SystemDateTime ToDateTime(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemObject__SystemDateTime

static SystemDateTime ToDateTime(SystemObject);

Raw: In(SystemObject), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemSByte__SystemDateTime

static SystemDateTime ToDateTime(SystemSByte);

Raw: In(SystemSByte), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemSingle__SystemDateTime

static SystemDateTime ToDateTime(SystemSingle);

Raw: In(SystemSingle), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemString_SystemIFormatProvider__SystemDateTime

static SystemDateTime ToDateTime(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemString__SystemDateTime

static SystemDateTime ToDateTime(SystemString);

Raw: In(SystemString), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemUInt16__SystemDateTime

static SystemDateTime ToDateTime(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemUInt32__SystemDateTime

static SystemDateTime ToDateTime(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemDateTime)

SystemConvert.__ToDateTime__SystemUInt64__SystemDateTime

static SystemDateTime ToDateTime(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemDateTime)

SystemConvert.__ToDecimal__SystemBoolean__SystemDecimal

static SystemDecimal ToDecimal(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemByte__SystemDecimal

static SystemDecimal ToDecimal(SystemByte);

Raw: In(SystemByte), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemChar__SystemDecimal

static SystemDecimal ToDecimal(SystemChar);

Raw: In(SystemChar), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemDateTime__SystemDecimal

static SystemDecimal ToDecimal(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemDecimal__SystemDecimal

static SystemDecimal ToDecimal(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemDouble__SystemDecimal

static SystemDecimal ToDecimal(SystemDouble);

Raw: In(SystemDouble), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemInt16__SystemDecimal

static SystemDecimal ToDecimal(SystemInt16);

Raw: In(SystemInt16), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemInt32__SystemDecimal

static SystemDecimal ToDecimal(SystemInt32);

Raw: In(SystemInt32), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemInt64__SystemDecimal

static SystemDecimal ToDecimal(SystemInt64);

Raw: In(SystemInt64), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemObject_SystemIFormatProvider__SystemDecimal

static SystemDecimal ToDecimal(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemObject__SystemDecimal

static SystemDecimal ToDecimal(SystemObject);

Raw: In(SystemObject), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemSByte__SystemDecimal

static SystemDecimal ToDecimal(SystemSByte);

Raw: In(SystemSByte), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemSingle__SystemDecimal

static SystemDecimal ToDecimal(SystemSingle);

Raw: In(SystemSingle), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemString_SystemIFormatProvider__SystemDecimal

static SystemDecimal ToDecimal(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemString__SystemDecimal

static SystemDecimal ToDecimal(SystemString);

Raw: In(SystemString), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemUInt16__SystemDecimal

static SystemDecimal ToDecimal(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemUInt32__SystemDecimal

static SystemDecimal ToDecimal(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemDecimal)

SystemConvert.__ToDecimal__SystemUInt64__SystemDecimal

static SystemDecimal ToDecimal(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemDecimal)

SystemConvert.__ToDouble__SystemBoolean__SystemDouble

static SystemDouble ToDouble(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemDouble)

SystemConvert.__ToDouble__SystemByte__SystemDouble

static SystemDouble ToDouble(SystemByte);

Raw: In(SystemByte), Out(SystemDouble)

SystemConvert.__ToDouble__SystemChar__SystemDouble

static SystemDouble ToDouble(SystemChar);

Raw: In(SystemChar), Out(SystemDouble)

SystemConvert.__ToDouble__SystemDateTime__SystemDouble

static SystemDouble ToDouble(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemDouble)

SystemConvert.__ToDouble__SystemDecimal__SystemDouble

static SystemDouble ToDouble(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDouble)

SystemConvert.__ToDouble__SystemDouble__SystemDouble

static SystemDouble ToDouble(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemConvert.__ToDouble__SystemInt16__SystemDouble

static SystemDouble ToDouble(SystemInt16);

Raw: In(SystemInt16), Out(SystemDouble)

SystemConvert.__ToDouble__SystemInt32__SystemDouble

static SystemDouble ToDouble(SystemInt32);

Raw: In(SystemInt32), Out(SystemDouble)

SystemConvert.__ToDouble__SystemInt64__SystemDouble

static SystemDouble ToDouble(SystemInt64);

Raw: In(SystemInt64), Out(SystemDouble)

SystemConvert.__ToDouble__SystemObject_SystemIFormatProvider__SystemDouble

static SystemDouble ToDouble(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemDouble)

SystemConvert.__ToDouble__SystemObject__SystemDouble

static SystemDouble ToDouble(SystemObject);

Raw: In(SystemObject), Out(SystemDouble)

SystemConvert.__ToDouble__SystemSByte__SystemDouble

static SystemDouble ToDouble(SystemSByte);

Raw: In(SystemSByte), Out(SystemDouble)

SystemConvert.__ToDouble__SystemSingle__SystemDouble

static SystemDouble ToDouble(SystemSingle);

Raw: In(SystemSingle), Out(SystemDouble)

SystemConvert.__ToDouble__SystemString_SystemIFormatProvider__SystemDouble

static SystemDouble ToDouble(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemDouble)

SystemConvert.__ToDouble__SystemString__SystemDouble

static SystemDouble ToDouble(SystemString);

Raw: In(SystemString), Out(SystemDouble)

SystemConvert.__ToDouble__SystemUInt16__SystemDouble

static SystemDouble ToDouble(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemDouble)

SystemConvert.__ToDouble__SystemUInt32__SystemDouble

static SystemDouble ToDouble(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemDouble)

SystemConvert.__ToDouble__SystemUInt64__SystemDouble

static SystemDouble ToDouble(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemDouble)

SystemConvert.__ToInt16__SystemBoolean__SystemInt16

static SystemInt16 ToInt16(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemInt16)

SystemConvert.__ToInt16__SystemByte__SystemInt16

static SystemInt16 ToInt16(SystemByte);

Raw: In(SystemByte), Out(SystemInt16)

SystemConvert.__ToInt16__SystemChar__SystemInt16

static SystemInt16 ToInt16(SystemChar);

Raw: In(SystemChar), Out(SystemInt16)

SystemConvert.__ToInt16__SystemDateTime__SystemInt16

static SystemInt16 ToInt16(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemInt16)

SystemConvert.__ToInt16__SystemDecimal__SystemInt16

static SystemInt16 ToInt16(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemInt16)

SystemConvert.__ToInt16__SystemDouble__SystemInt16

static SystemInt16 ToInt16(SystemDouble);

Raw: In(SystemDouble), Out(SystemInt16)

SystemConvert.__ToInt16__SystemInt16__SystemInt16

static SystemInt16 ToInt16(SystemInt16);

Raw: In(SystemInt16), Out(SystemInt16)

SystemConvert.__ToInt16__SystemInt32__SystemInt16

static SystemInt16 ToInt16(SystemInt32);

Raw: In(SystemInt32), Out(SystemInt16)

SystemConvert.__ToInt16__SystemInt64__SystemInt16

static SystemInt16 ToInt16(SystemInt64);

Raw: In(SystemInt64), Out(SystemInt16)

SystemConvert.__ToInt16__SystemObject_SystemIFormatProvider__SystemInt16

static SystemInt16 ToInt16(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemInt16)

SystemConvert.__ToInt16__SystemObject__SystemInt16

static SystemInt16 ToInt16(SystemObject);

Raw: In(SystemObject), Out(SystemInt16)

SystemConvert.__ToInt16__SystemSByte__SystemInt16

static SystemInt16 ToInt16(SystemSByte);

Raw: In(SystemSByte), Out(SystemInt16)

SystemConvert.__ToInt16__SystemSingle__SystemInt16

static SystemInt16 ToInt16(SystemSingle);

Raw: In(SystemSingle), Out(SystemInt16)

SystemConvert.__ToInt16__SystemString_SystemIFormatProvider__SystemInt16

static SystemInt16 ToInt16(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemInt16)

SystemConvert.__ToInt16__SystemString_SystemInt32__SystemInt16

static SystemInt16 ToInt16(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemInt16)

SystemConvert.__ToInt16__SystemString__SystemInt16

static SystemInt16 ToInt16(SystemString);

Raw: In(SystemString), Out(SystemInt16)

SystemConvert.__ToInt16__SystemUInt16__SystemInt16

static SystemInt16 ToInt16(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemInt16)

SystemConvert.__ToInt16__SystemUInt32__SystemInt16

static SystemInt16 ToInt16(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemInt16)

SystemConvert.__ToInt16__SystemUInt64__SystemInt16

static SystemInt16 ToInt16(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemInt16)

SystemConvert.__ToInt32__SystemBoolean__SystemInt32

static SystemInt32 ToInt32(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemInt32)

SystemConvert.__ToInt32__SystemByte__SystemInt32

static SystemInt32 ToInt32(SystemByte);

Raw: In(SystemByte), Out(SystemInt32)

SystemConvert.__ToInt32__SystemChar__SystemInt32

static SystemInt32 ToInt32(SystemChar);

Raw: In(SystemChar), Out(SystemInt32)

SystemConvert.__ToInt32__SystemDateTime__SystemInt32

static SystemInt32 ToInt32(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemInt32)

SystemConvert.__ToInt32__SystemDecimal__SystemInt32

static SystemInt32 ToInt32(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemInt32)

SystemConvert.__ToInt32__SystemDouble__SystemInt32

static SystemInt32 ToInt32(SystemDouble);

Raw: In(SystemDouble), Out(SystemInt32)

SystemConvert.__ToInt32__SystemInt16__SystemInt32

static SystemInt32 ToInt32(SystemInt16);

Raw: In(SystemInt16), Out(SystemInt32)

SystemConvert.__ToInt32__SystemInt32__SystemInt32

static SystemInt32 ToInt32(SystemInt32);

Raw: In(SystemInt32), Out(SystemInt32)

SystemConvert.__ToInt32__SystemInt64__SystemInt32

static SystemInt32 ToInt32(SystemInt64);

Raw: In(SystemInt64), Out(SystemInt32)

SystemConvert.__ToInt32__SystemObject_SystemIFormatProvider__SystemInt32

static SystemInt32 ToInt32(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemInt32)

SystemConvert.__ToInt32__SystemObject__SystemInt32

static SystemInt32 ToInt32(SystemObject);

Raw: In(SystemObject), Out(SystemInt32)

SystemConvert.__ToInt32__SystemSByte__SystemInt32

static SystemInt32 ToInt32(SystemSByte);

Raw: In(SystemSByte), Out(SystemInt32)

SystemConvert.__ToInt32__SystemSingle__SystemInt32

static SystemInt32 ToInt32(SystemSingle);

Raw: In(SystemSingle), Out(SystemInt32)

SystemConvert.__ToInt32__SystemString_SystemIFormatProvider__SystemInt32

static SystemInt32 ToInt32(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemInt32)

SystemConvert.__ToInt32__SystemString_SystemInt32__SystemInt32

static SystemInt32 ToInt32(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemInt32)

SystemConvert.__ToInt32__SystemString__SystemInt32

static SystemInt32 ToInt32(SystemString);

Raw: In(SystemString), Out(SystemInt32)

SystemConvert.__ToInt32__SystemUInt16__SystemInt32

static SystemInt32 ToInt32(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemInt32)

SystemConvert.__ToInt32__SystemUInt32__SystemInt32

static SystemInt32 ToInt32(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemInt32)

SystemConvert.__ToInt32__SystemUInt64__SystemInt32

static SystemInt32 ToInt32(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemInt32)

SystemConvert.__ToInt64__SystemBoolean__SystemInt64

static SystemInt64 ToInt64(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemInt64)

SystemConvert.__ToInt64__SystemByte__SystemInt64

static SystemInt64 ToInt64(SystemByte);

Raw: In(SystemByte), Out(SystemInt64)

SystemConvert.__ToInt64__SystemChar__SystemInt64

static SystemInt64 ToInt64(SystemChar);

Raw: In(SystemChar), Out(SystemInt64)

SystemConvert.__ToInt64__SystemDateTime__SystemInt64

static SystemInt64 ToInt64(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemInt64)

SystemConvert.__ToInt64__SystemDecimal__SystemInt64

static SystemInt64 ToInt64(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemInt64)

SystemConvert.__ToInt64__SystemDouble__SystemInt64

static SystemInt64 ToInt64(SystemDouble);

Raw: In(SystemDouble), Out(SystemInt64)

SystemConvert.__ToInt64__SystemInt16__SystemInt64

static SystemInt64 ToInt64(SystemInt16);

Raw: In(SystemInt16), Out(SystemInt64)

SystemConvert.__ToInt64__SystemInt32__SystemInt64

static SystemInt64 ToInt64(SystemInt32);

Raw: In(SystemInt32), Out(SystemInt64)

SystemConvert.__ToInt64__SystemInt64__SystemInt64

static SystemInt64 ToInt64(SystemInt64);

Raw: In(SystemInt64), Out(SystemInt64)

SystemConvert.__ToInt64__SystemObject_SystemIFormatProvider__SystemInt64

static SystemInt64 ToInt64(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemInt64)

SystemConvert.__ToInt64__SystemObject__SystemInt64

static SystemInt64 ToInt64(SystemObject);

Raw: In(SystemObject), Out(SystemInt64)

SystemConvert.__ToInt64__SystemSByte__SystemInt64

static SystemInt64 ToInt64(SystemSByte);

Raw: In(SystemSByte), Out(SystemInt64)

SystemConvert.__ToInt64__SystemSingle__SystemInt64

static SystemInt64 ToInt64(SystemSingle);

Raw: In(SystemSingle), Out(SystemInt64)

SystemConvert.__ToInt64__SystemString_SystemIFormatProvider__SystemInt64

static SystemInt64 ToInt64(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemInt64)

SystemConvert.__ToInt64__SystemString_SystemInt32__SystemInt64

static SystemInt64 ToInt64(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemInt64)

SystemConvert.__ToInt64__SystemString__SystemInt64

static SystemInt64 ToInt64(SystemString);

Raw: In(SystemString), Out(SystemInt64)

SystemConvert.__ToInt64__SystemUInt16__SystemInt64

static SystemInt64 ToInt64(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemInt64)

SystemConvert.__ToInt64__SystemUInt32__SystemInt64

static SystemInt64 ToInt64(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemInt64)

SystemConvert.__ToInt64__SystemUInt64__SystemInt64

static SystemInt64 ToInt64(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemInt64)

SystemConvert.__ToSByte__SystemBoolean__SystemSByte

static SystemSByte ToSByte(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemSByte)

SystemConvert.__ToSByte__SystemByte__SystemSByte

static SystemSByte ToSByte(SystemByte);

Raw: In(SystemByte), Out(SystemSByte)

SystemConvert.__ToSByte__SystemChar__SystemSByte

static SystemSByte ToSByte(SystemChar);

Raw: In(SystemChar), Out(SystemSByte)

SystemConvert.__ToSByte__SystemDateTime__SystemSByte

static SystemSByte ToSByte(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemSByte)

SystemConvert.__ToSByte__SystemDecimal__SystemSByte

static SystemSByte ToSByte(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemSByte)

SystemConvert.__ToSByte__SystemDouble__SystemSByte

static SystemSByte ToSByte(SystemDouble);

Raw: In(SystemDouble), Out(SystemSByte)

SystemConvert.__ToSByte__SystemInt16__SystemSByte

static SystemSByte ToSByte(SystemInt16);

Raw: In(SystemInt16), Out(SystemSByte)

SystemConvert.__ToSByte__SystemInt32__SystemSByte

static SystemSByte ToSByte(SystemInt32);

Raw: In(SystemInt32), Out(SystemSByte)

SystemConvert.__ToSByte__SystemInt64__SystemSByte

static SystemSByte ToSByte(SystemInt64);

Raw: In(SystemInt64), Out(SystemSByte)

SystemConvert.__ToSByte__SystemObject_SystemIFormatProvider__SystemSByte

static SystemSByte ToSByte(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemSByte)

SystemConvert.__ToSByte__SystemObject__SystemSByte

static SystemSByte ToSByte(SystemObject);

Raw: In(SystemObject), Out(SystemSByte)

SystemConvert.__ToSByte__SystemSByte__SystemSByte

static SystemSByte ToSByte(SystemSByte);

Raw: In(SystemSByte), Out(SystemSByte)

SystemConvert.__ToSByte__SystemSingle__SystemSByte

static SystemSByte ToSByte(SystemSingle);

Raw: In(SystemSingle), Out(SystemSByte)

SystemConvert.__ToSByte__SystemString_SystemIFormatProvider__SystemSByte

static SystemSByte ToSByte(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemSByte)

SystemConvert.__ToSByte__SystemString_SystemInt32__SystemSByte

static SystemSByte ToSByte(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemSByte)

SystemConvert.__ToSByte__SystemString__SystemSByte

static SystemSByte ToSByte(SystemString);

Raw: In(SystemString), Out(SystemSByte)

SystemConvert.__ToSByte__SystemUInt16__SystemSByte

static SystemSByte ToSByte(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemSByte)

SystemConvert.__ToSByte__SystemUInt32__SystemSByte

static SystemSByte ToSByte(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemSByte)

SystemConvert.__ToSByte__SystemUInt64__SystemSByte

static SystemSByte ToSByte(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemSByte)

SystemConvert.__ToSingle__SystemBoolean__SystemSingle

static SystemSingle ToSingle(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemSingle)

SystemConvert.__ToSingle__SystemByte__SystemSingle

static SystemSingle ToSingle(SystemByte);

Raw: In(SystemByte), Out(SystemSingle)

SystemConvert.__ToSingle__SystemChar__SystemSingle

static SystemSingle ToSingle(SystemChar);

Raw: In(SystemChar), Out(SystemSingle)

SystemConvert.__ToSingle__SystemDateTime__SystemSingle

static SystemSingle ToSingle(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemSingle)

SystemConvert.__ToSingle__SystemDecimal__SystemSingle

static SystemSingle ToSingle(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemSingle)

SystemConvert.__ToSingle__SystemDouble__SystemSingle

static SystemSingle ToSingle(SystemDouble);

Raw: In(SystemDouble), Out(SystemSingle)

SystemConvert.__ToSingle__SystemInt16__SystemSingle

static SystemSingle ToSingle(SystemInt16);

Raw: In(SystemInt16), Out(SystemSingle)

SystemConvert.__ToSingle__SystemInt32__SystemSingle

static SystemSingle ToSingle(SystemInt32);

Raw: In(SystemInt32), Out(SystemSingle)

SystemConvert.__ToSingle__SystemInt64__SystemSingle

static SystemSingle ToSingle(SystemInt64);

Raw: In(SystemInt64), Out(SystemSingle)

SystemConvert.__ToSingle__SystemObject_SystemIFormatProvider__SystemSingle

static SystemSingle ToSingle(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemSingle)

SystemConvert.__ToSingle__SystemObject__SystemSingle

static SystemSingle ToSingle(SystemObject);

Raw: In(SystemObject), Out(SystemSingle)

SystemConvert.__ToSingle__SystemSByte__SystemSingle

static SystemSingle ToSingle(SystemSByte);

Raw: In(SystemSByte), Out(SystemSingle)

SystemConvert.__ToSingle__SystemSingle__SystemSingle

static SystemSingle ToSingle(SystemSingle);

Raw: In(SystemSingle), Out(SystemSingle)

SystemConvert.__ToSingle__SystemString_SystemIFormatProvider__SystemSingle

static SystemSingle ToSingle(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemSingle)

SystemConvert.__ToSingle__SystemString__SystemSingle

static SystemSingle ToSingle(SystemString);

Raw: In(SystemString), Out(SystemSingle)

SystemConvert.__ToSingle__SystemUInt16__SystemSingle

static SystemSingle ToSingle(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemSingle)

SystemConvert.__ToSingle__SystemUInt32__SystemSingle

static SystemSingle ToSingle(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemSingle)

SystemConvert.__ToSingle__SystemUInt64__SystemSingle

static SystemSingle ToSingle(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemSingle)

SystemConvert.__ToString__SystemBoolean_SystemIFormatProvider__SystemString

static SystemString ToString(SystemBoolean, SystemIFormatProvider);

Raw: In(SystemBoolean), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemBoolean__SystemString

static SystemString ToString(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemString)

SystemConvert.__ToString__SystemByte_SystemIFormatProvider__SystemString

static SystemString ToString(SystemByte, SystemIFormatProvider);

Raw: In(SystemByte), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemByte_SystemInt32__SystemString

static SystemString ToString(SystemByte, SystemInt32);

Raw: In(SystemByte), In(SystemInt32), Out(SystemString)

SystemConvert.__ToString__SystemByte__SystemString

static SystemString ToString(SystemByte);

Raw: In(SystemByte), Out(SystemString)

SystemConvert.__ToString__SystemChar_SystemIFormatProvider__SystemString

static SystemString ToString(SystemChar, SystemIFormatProvider);

Raw: In(SystemChar), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemChar__SystemString

static SystemString ToString(SystemChar);

Raw: In(SystemChar), Out(SystemString)

SystemConvert.__ToString__SystemDateTime_SystemIFormatProvider__SystemString

static SystemString ToString(SystemDateTime, SystemIFormatProvider);

Raw: In(SystemDateTime), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemDateTime__SystemString

static SystemString ToString(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemString)

SystemConvert.__ToString__SystemDecimal_SystemIFormatProvider__SystemString

static SystemString ToString(SystemDecimal, SystemIFormatProvider);

Raw: In(SystemDecimal), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemDecimal__SystemString

static SystemString ToString(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemString)

SystemConvert.__ToString__SystemDouble_SystemIFormatProvider__SystemString

static SystemString ToString(SystemDouble, SystemIFormatProvider);

Raw: In(SystemDouble), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemDouble__SystemString

static SystemString ToString(SystemDouble);

Raw: In(SystemDouble), Out(SystemString)

SystemConvert.__ToString__SystemInt16_SystemIFormatProvider__SystemString

static SystemString ToString(SystemInt16, SystemIFormatProvider);

Raw: In(SystemInt16), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemInt16_SystemInt32__SystemString

static SystemString ToString(SystemInt16, SystemInt32);

Raw: In(SystemInt16), In(SystemInt32), Out(SystemString)

SystemConvert.__ToString__SystemInt16__SystemString

static SystemString ToString(SystemInt16);

Raw: In(SystemInt16), Out(SystemString)

SystemConvert.__ToString__SystemInt32_SystemIFormatProvider__SystemString

static SystemString ToString(SystemInt32, SystemIFormatProvider);

Raw: In(SystemInt32), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemInt32_SystemInt32__SystemString

static SystemString ToString(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemString)

SystemConvert.__ToString__SystemInt32__SystemString

static SystemString ToString(SystemInt32);

Raw: In(SystemInt32), Out(SystemString)

SystemConvert.__ToString__SystemInt64_SystemIFormatProvider__SystemString

static SystemString ToString(SystemInt64, SystemIFormatProvider);

Raw: In(SystemInt64), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemInt64_SystemInt32__SystemString

static SystemString ToString(SystemInt64, SystemInt32);

Raw: In(SystemInt64), In(SystemInt32), Out(SystemString)

SystemConvert.__ToString__SystemInt64__SystemString

static SystemString ToString(SystemInt64);

Raw: In(SystemInt64), Out(SystemString)

SystemConvert.__ToString__SystemObject_SystemIFormatProvider__SystemString

static SystemString ToString(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemObject__SystemString

static SystemString ToString(SystemObject);

Raw: In(SystemObject), Out(SystemString)

SystemConvert.__ToString__SystemSByte_SystemIFormatProvider__SystemString

static SystemString ToString(SystemSByte, SystemIFormatProvider);

Raw: In(SystemSByte), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemSByte__SystemString

static SystemString ToString(SystemSByte);

Raw: In(SystemSByte), Out(SystemString)

SystemConvert.__ToString__SystemSingle_SystemIFormatProvider__SystemString

static SystemString ToString(SystemSingle, SystemIFormatProvider);

Raw: In(SystemSingle), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemSingle__SystemString

static SystemString ToString(SystemSingle);

Raw: In(SystemSingle), Out(SystemString)

SystemConvert.__ToString__SystemString

SystemString ToString();

Raw: In(SystemConvert), Out(SystemString)

SystemConvert.__ToString__SystemString_SystemIFormatProvider__SystemString

static SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemString__SystemString

static SystemString ToString(SystemString);

Raw: In(SystemString), Out(SystemString)

SystemConvert.__ToString__SystemUInt16_SystemIFormatProvider__SystemString

static SystemString ToString(SystemUInt16, SystemIFormatProvider);

Raw: In(SystemUInt16), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemUInt16__SystemString

static SystemString ToString(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemString)

SystemConvert.__ToString__SystemUInt32_SystemIFormatProvider__SystemString

static SystemString ToString(SystemUInt32, SystemIFormatProvider);

Raw: In(SystemUInt32), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemUInt32__SystemString

static SystemString ToString(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemString)

SystemConvert.__ToString__SystemUInt64_SystemIFormatProvider__SystemString

static SystemString ToString(SystemUInt64, SystemIFormatProvider);

Raw: In(SystemUInt64), In(SystemIFormatProvider), Out(SystemString)

SystemConvert.__ToString__SystemUInt64__SystemString

static SystemString ToString(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemString)

SystemConvert.__ToUInt16__SystemBoolean__SystemUInt16

static SystemUInt16 ToUInt16(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemByte__SystemUInt16

static SystemUInt16 ToUInt16(SystemByte);

Raw: In(SystemByte), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemChar__SystemUInt16

static SystemUInt16 ToUInt16(SystemChar);

Raw: In(SystemChar), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemDateTime__SystemUInt16

static SystemUInt16 ToUInt16(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemDecimal__SystemUInt16

static SystemUInt16 ToUInt16(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemDouble__SystemUInt16

static SystemUInt16 ToUInt16(SystemDouble);

Raw: In(SystemDouble), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemInt16__SystemUInt16

static SystemUInt16 ToUInt16(SystemInt16);

Raw: In(SystemInt16), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemInt32__SystemUInt16

static SystemUInt16 ToUInt16(SystemInt32);

Raw: In(SystemInt32), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemInt64__SystemUInt16

static SystemUInt16 ToUInt16(SystemInt64);

Raw: In(SystemInt64), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemObject_SystemIFormatProvider__SystemUInt16

static SystemUInt16 ToUInt16(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemObject__SystemUInt16

static SystemUInt16 ToUInt16(SystemObject);

Raw: In(SystemObject), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemSByte__SystemUInt16

static SystemUInt16 ToUInt16(SystemSByte);

Raw: In(SystemSByte), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemSingle__SystemUInt16

static SystemUInt16 ToUInt16(SystemSingle);

Raw: In(SystemSingle), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemString_SystemIFormatProvider__SystemUInt16

static SystemUInt16 ToUInt16(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemString_SystemInt32__SystemUInt16

static SystemUInt16 ToUInt16(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemString__SystemUInt16

static SystemUInt16 ToUInt16(SystemString);

Raw: In(SystemString), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemUInt16__SystemUInt16

static SystemUInt16 ToUInt16(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemUInt32__SystemUInt16

static SystemUInt16 ToUInt16(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemUInt16)

SystemConvert.__ToUInt16__SystemUInt64__SystemUInt16

static SystemUInt16 ToUInt16(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemUInt16)

SystemConvert.__ToUInt32__SystemBoolean__SystemUInt32

static SystemUInt32 ToUInt32(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemByte__SystemUInt32

static SystemUInt32 ToUInt32(SystemByte);

Raw: In(SystemByte), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemChar__SystemUInt32

static SystemUInt32 ToUInt32(SystemChar);

Raw: In(SystemChar), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemDateTime__SystemUInt32

static SystemUInt32 ToUInt32(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemDecimal__SystemUInt32

static SystemUInt32 ToUInt32(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemDouble__SystemUInt32

static SystemUInt32 ToUInt32(SystemDouble);

Raw: In(SystemDouble), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemInt16__SystemUInt32

static SystemUInt32 ToUInt32(SystemInt16);

Raw: In(SystemInt16), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemInt32__SystemUInt32

static SystemUInt32 ToUInt32(SystemInt32);

Raw: In(SystemInt32), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemInt64__SystemUInt32

static SystemUInt32 ToUInt32(SystemInt64);

Raw: In(SystemInt64), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemObject_SystemIFormatProvider__SystemUInt32

static SystemUInt32 ToUInt32(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemObject__SystemUInt32

static SystemUInt32 ToUInt32(SystemObject);

Raw: In(SystemObject), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemSByte__SystemUInt32

static SystemUInt32 ToUInt32(SystemSByte);

Raw: In(SystemSByte), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemSingle__SystemUInt32

static SystemUInt32 ToUInt32(SystemSingle);

Raw: In(SystemSingle), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemString_SystemIFormatProvider__SystemUInt32

static SystemUInt32 ToUInt32(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemString_SystemInt32__SystemUInt32

static SystemUInt32 ToUInt32(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemString__SystemUInt32

static SystemUInt32 ToUInt32(SystemString);

Raw: In(SystemString), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemUInt16__SystemUInt32

static SystemUInt32 ToUInt32(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemUInt32__SystemUInt32

static SystemUInt32 ToUInt32(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemUInt32)

SystemConvert.__ToUInt32__SystemUInt64__SystemUInt32

static SystemUInt32 ToUInt32(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemUInt32)

SystemConvert.__ToUInt64__SystemBoolean__SystemUInt64

static SystemUInt64 ToUInt64(SystemBoolean);

Raw: In(SystemBoolean), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemByte__SystemUInt64

static SystemUInt64 ToUInt64(SystemByte);

Raw: In(SystemByte), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemChar__SystemUInt64

static SystemUInt64 ToUInt64(SystemChar);

Raw: In(SystemChar), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemDateTime__SystemUInt64

static SystemUInt64 ToUInt64(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemDecimal__SystemUInt64

static SystemUInt64 ToUInt64(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemDouble__SystemUInt64

static SystemUInt64 ToUInt64(SystemDouble);

Raw: In(SystemDouble), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemInt16__SystemUInt64

static SystemUInt64 ToUInt64(SystemInt16);

Raw: In(SystemInt16), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemInt32__SystemUInt64

static SystemUInt64 ToUInt64(SystemInt32);

Raw: In(SystemInt32), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemInt64__SystemUInt64

static SystemUInt64 ToUInt64(SystemInt64);

Raw: In(SystemInt64), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemObject_SystemIFormatProvider__SystemUInt64

static SystemUInt64 ToUInt64(SystemObject, SystemIFormatProvider);

Raw: In(SystemObject), In(SystemIFormatProvider), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemObject__SystemUInt64

static SystemUInt64 ToUInt64(SystemObject);

Raw: In(SystemObject), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemSByte__SystemUInt64

static SystemUInt64 ToUInt64(SystemSByte);

Raw: In(SystemSByte), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemSingle__SystemUInt64

static SystemUInt64 ToUInt64(SystemSingle);

Raw: In(SystemSingle), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemString_SystemIFormatProvider__SystemUInt64

static SystemUInt64 ToUInt64(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemString_SystemInt32__SystemUInt64

static SystemUInt64 ToUInt64(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemString__SystemUInt64

static SystemUInt64 ToUInt64(SystemString);

Raw: In(SystemString), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemUInt16__SystemUInt64

static SystemUInt64 ToUInt64(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemUInt32__SystemUInt64

static SystemUInt64 ToUInt64(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemUInt64)

SystemConvert.__ToUInt64__SystemUInt64__SystemUInt64

static SystemUInt64 ToUInt64(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemUInt64)

Struct SystemDateTime

back to assembly

to array type

SystemDateTime.__AddDays__SystemDouble__SystemDateTime

SystemDateTime AddDays(SystemDouble);

Raw: In(SystemDateTime), In(SystemDouble), Out(SystemDateTime)

SystemDateTime.__AddHours__SystemDouble__SystemDateTime

SystemDateTime AddHours(SystemDouble);

Raw: In(SystemDateTime), In(SystemDouble), Out(SystemDateTime)

SystemDateTime.__AddMilliseconds__SystemDouble__SystemDateTime

SystemDateTime AddMilliseconds(SystemDouble);

Raw: In(SystemDateTime), In(SystemDouble), Out(SystemDateTime)

SystemDateTime.__AddMinutes__SystemDouble__SystemDateTime

SystemDateTime AddMinutes(SystemDouble);

Raw: In(SystemDateTime), In(SystemDouble), Out(SystemDateTime)

SystemDateTime.__AddMonths__SystemInt32__SystemDateTime

SystemDateTime AddMonths(SystemInt32);

Raw: In(SystemDateTime), In(SystemInt32), Out(SystemDateTime)

SystemDateTime.__AddSeconds__SystemDouble__SystemDateTime

SystemDateTime AddSeconds(SystemDouble);

Raw: In(SystemDateTime), In(SystemDouble), Out(SystemDateTime)

SystemDateTime.__AddTicks__SystemInt64__SystemDateTime

SystemDateTime AddTicks(SystemInt64);

Raw: In(SystemDateTime), In(SystemInt64), Out(SystemDateTime)

SystemDateTime.__AddYears__SystemInt32__SystemDateTime

SystemDateTime AddYears(SystemInt32);

Raw: In(SystemDateTime), In(SystemInt32), Out(SystemDateTime)

SystemDateTime.__Add__SystemTimeSpan__SystemDateTime

SystemDateTime Add(SystemTimeSpan);

Raw: In(SystemDateTime), In(SystemTimeSpan), Out(SystemDateTime)

SystemDateTime.__CompareTo__SystemDateTime__SystemInt32

SystemInt32 CompareTo(SystemDateTime);

Raw: In(SystemDateTime), In(SystemDateTime), Out(SystemInt32)

SystemDateTime.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemDateTime), In(SystemObject), Out(SystemInt32)

SystemDateTime.__Compare__SystemDateTime_SystemDateTime__SystemInt32

static SystemInt32 Compare(SystemDateTime, SystemDateTime);

Raw: In(SystemDateTime), In(SystemDateTime), Out(SystemInt32)

SystemDateTime.__DaysInMonth__SystemInt32_SystemInt32__SystemInt32

static SystemInt32 DaysInMonth(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemDateTime.__Equals__SystemDateTime_SystemDateTime__SystemBoolean

static SystemBoolean Equals(SystemDateTime, SystemDateTime);

Raw: In(SystemDateTime), In(SystemDateTime), Out(SystemBoolean)

SystemDateTime.__Equals__SystemDateTime__SystemBoolean

SystemBoolean Equals(SystemDateTime);

Raw: In(SystemDateTime), In(SystemDateTime), Out(SystemBoolean)

SystemDateTime.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemDateTime), In(SystemObject), Out(SystemBoolean)

SystemDateTime.__FromBinary__SystemInt64__SystemDateTime

static SystemDateTime FromBinary(SystemInt64);

Raw: In(SystemInt64), Out(SystemDateTime)

SystemDateTime.__FromFileTimeUtc__SystemInt64__SystemDateTime

static SystemDateTime FromFileTimeUtc(SystemInt64);

Raw: In(SystemInt64), Out(SystemDateTime)

SystemDateTime.__FromFileTime__SystemInt64__SystemDateTime

static SystemDateTime FromFileTime(SystemInt64);

Raw: In(SystemInt64), Out(SystemDateTime)

SystemDateTime.__FromOADate__SystemDouble__SystemDateTime

static SystemDateTime FromOADate(SystemDouble);

Raw: In(SystemDouble), Out(SystemDateTime)

SystemDateTime.__GetDateTimeFormats__SystemChar_SystemIFormatProvider__SystemStringArray

SystemStringArray GetDateTimeFormats(SystemChar, SystemIFormatProvider);

Raw: In(SystemDateTime), In(SystemChar), In(SystemIFormatProvider), Out(SystemStringArray)

SystemDateTime.__GetDateTimeFormats__SystemChar__SystemStringArray

SystemStringArray GetDateTimeFormats(SystemChar);

Raw: In(SystemDateTime), In(SystemChar), Out(SystemStringArray)

SystemDateTime.__GetDateTimeFormats__SystemIFormatProvider__SystemStringArray

SystemStringArray GetDateTimeFormats(SystemIFormatProvider);

Raw: In(SystemDateTime), In(SystemIFormatProvider), Out(SystemStringArray)

SystemDateTime.__GetDateTimeFormats__SystemStringArray

SystemStringArray GetDateTimeFormats();

Raw: In(SystemDateTime), Out(SystemStringArray)

SystemDateTime.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemDateTime), Out(SystemInt32)

SystemDateTime.__GetType__SystemType

SystemType GetType();

Raw: In(SystemDateTime), Out(SystemType)

SystemDateTime.__IsDaylightSavingTime__SystemBoolean

SystemBoolean IsDaylightSavingTime();

Raw: In(SystemDateTime), Out(SystemBoolean)

SystemDateTime.__IsLeapYear__SystemInt32__SystemBoolean

static SystemBoolean IsLeapYear(SystemInt32);

Raw: In(SystemInt32), Out(SystemBoolean)

SystemDateTime.__ParseExact__SystemString_SystemStringArray_SystemIFormatProvider_SystemGlobalizationDateTimeStyles__SystemDateTime

static SystemDateTime ParseExact(SystemString, SystemStringArray, SystemIFormatProvider, SystemGlobalizationDateTimeStyles);

Raw: In(SystemString), In(SystemStringArray), In(SystemIFormatProvider), In(SystemGlobalizationDateTimeStyles), Out(SystemDateTime)

SystemDateTime.__ParseExact__SystemString_SystemString_SystemIFormatProvider_SystemGlobalizationDateTimeStyles__SystemDateTime

static SystemDateTime ParseExact(SystemString, SystemString, SystemIFormatProvider, SystemGlobalizationDateTimeStyles);

Raw: In(SystemString), In(SystemString), In(SystemIFormatProvider), In(SystemGlobalizationDateTimeStyles), Out(SystemDateTime)

SystemDateTime.__ParseExact__SystemString_SystemString_SystemIFormatProvider__SystemDateTime

static SystemDateTime ParseExact(SystemString, SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemString), In(SystemIFormatProvider), Out(SystemDateTime)

SystemDateTime.__Parse__SystemString_SystemIFormatProvider_SystemGlobalizationDateTimeStyles__SystemDateTime

static SystemDateTime Parse(SystemString, SystemIFormatProvider, SystemGlobalizationDateTimeStyles);

Raw: In(SystemString), In(SystemIFormatProvider), In(SystemGlobalizationDateTimeStyles), Out(SystemDateTime)

SystemDateTime.__Parse__SystemString_SystemIFormatProvider__SystemDateTime

static SystemDateTime Parse(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemDateTime)

SystemDateTime.__Parse__SystemString__SystemDateTime

static SystemDateTime Parse(SystemString);

Raw: In(SystemString), Out(SystemDateTime)

SystemDateTime.__SpecifyKind__SystemDateTime_SystemDateTimeKind__SystemDateTime

static SystemDateTime SpecifyKind(SystemDateTime, SystemDateTimeKind);

Raw: In(SystemDateTime), In(SystemDateTimeKind), Out(SystemDateTime)

SystemDateTime.__Subtract__SystemDateTime__SystemTimeSpan

SystemTimeSpan Subtract(SystemDateTime);

Raw: In(SystemDateTime), In(SystemDateTime), Out(SystemTimeSpan)

SystemDateTime.__Subtract__SystemTimeSpan__SystemDateTime

SystemDateTime Subtract(SystemTimeSpan);

Raw: In(SystemDateTime), In(SystemTimeSpan), Out(SystemDateTime)

SystemDateTime.__ToBinary__SystemInt64

SystemInt64 ToBinary();

Raw: In(SystemDateTime), Out(SystemInt64)

SystemDateTime.__ToFileTimeUtc__SystemInt64

SystemInt64 ToFileTimeUtc();

Raw: In(SystemDateTime), Out(SystemInt64)

SystemDateTime.__ToFileTime__SystemInt64

SystemInt64 ToFileTime();

Raw: In(SystemDateTime), Out(SystemInt64)

SystemDateTime.__ToLocalTime__SystemDateTime

SystemDateTime ToLocalTime();

Raw: In(SystemDateTime), Out(SystemDateTime)

SystemDateTime.__ToLongDateString__SystemString

SystemString ToLongDateString();

Raw: In(SystemDateTime), Out(SystemString)

SystemDateTime.__ToLongTimeString__SystemString

SystemString ToLongTimeString();

Raw: In(SystemDateTime), Out(SystemString)

SystemDateTime.__ToOADate__SystemDouble

SystemDouble ToOADate();

Raw: In(SystemDateTime), Out(SystemDouble)

SystemDateTime.__ToShortDateString__SystemString

SystemString ToShortDateString();

Raw: In(SystemDateTime), Out(SystemString)

SystemDateTime.__ToShortTimeString__SystemString

SystemString ToShortTimeString();

Raw: In(SystemDateTime), Out(SystemString)

SystemDateTime.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemDateTime), In(SystemIFormatProvider), Out(SystemString)

SystemDateTime.__ToString__SystemString

SystemString ToString();

Raw: In(SystemDateTime), Out(SystemString)

SystemDateTime.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemDateTime), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemDateTime.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemDateTime), In(SystemString), Out(SystemString)

SystemDateTime.__ToUniversalTime__SystemDateTime

SystemDateTime ToUniversalTime();

Raw: In(SystemDateTime), Out(SystemDateTime)

SystemDateTime.__TryParseExact__SystemString_SystemStringArray_SystemIFormatProvider_SystemGlobalizationDateTimeStyles_SystemDateTimeRef__SystemBoolean

static SystemBoolean TryParseExact(SystemString, SystemStringArray, SystemIFormatProvider, SystemGlobalizationDateTimeStyles, ref SystemDateTime);

Raw: In(SystemString), In(SystemStringArray), In(SystemIFormatProvider), In(SystemGlobalizationDateTimeStyles), InOut(SystemDateTime), Out(SystemBoolean)

SystemDateTime.__TryParseExact__SystemString_SystemString_SystemIFormatProvider_SystemGlobalizationDateTimeStyles_SystemDateTimeRef__SystemBoolean

static SystemBoolean TryParseExact(SystemString, SystemString, SystemIFormatProvider, SystemGlobalizationDateTimeStyles, ref SystemDateTime);

Raw: In(SystemString), In(SystemString), In(SystemIFormatProvider), In(SystemGlobalizationDateTimeStyles), InOut(SystemDateTime), Out(SystemBoolean)

SystemDateTime.__TryParse__SystemString_SystemDateTimeRef__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemDateTime);

Raw: In(SystemString), InOut(SystemDateTime), Out(SystemBoolean)

SystemDateTime.__TryParse__SystemString_SystemIFormatProvider_SystemGlobalizationDateTimeStyles_SystemDateTimeRef__SystemBoolean

static SystemBoolean TryParse(SystemString, SystemIFormatProvider, SystemGlobalizationDateTimeStyles, ref SystemDateTime);

Raw: In(SystemString), In(SystemIFormatProvider), In(SystemGlobalizationDateTimeStyles), InOut(SystemDateTime), Out(SystemBoolean)

SystemDateTime.__ctor__SystemInt32_SystemInt32_SystemInt32_SystemGlobalizationCalendar__SystemDateTime

static SystemDateTime ctor(SystemInt32, SystemInt32, SystemInt32, SystemGlobalizationCalendar);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemGlobalizationCalendar), Out(SystemDateTime)

SystemDateTime.__ctor__SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemDateTimeKind__SystemDateTime

static SystemDateTime ctor(SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemDateTimeKind);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemDateTimeKind), Out(SystemDateTime)

SystemDateTime.__ctor__SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemGlobalizationCalendar__SystemDateTime

static SystemDateTime ctor(SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemGlobalizationCalendar);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemGlobalizationCalendar), Out(SystemDateTime)

SystemDateTime.__ctor__SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemDateTimeKind__SystemDateTime

static SystemDateTime ctor(SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemDateTimeKind);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemDateTimeKind), Out(SystemDateTime)

SystemDateTime.__ctor__SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemGlobalizationCalendar_SystemDateTimeKind__SystemDateTime

static SystemDateTime ctor(SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemGlobalizationCalendar, SystemDateTimeKind);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemGlobalizationCalendar), In(SystemDateTimeKind), Out(SystemDateTime)

SystemDateTime.__ctor__SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemGlobalizationCalendar__SystemDateTime

static SystemDateTime ctor(SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemGlobalizationCalendar);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemGlobalizationCalendar), Out(SystemDateTime)

SystemDateTime.__ctor__SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32__SystemDateTime

static SystemDateTime ctor(SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), Out(SystemDateTime)

SystemDateTime.__ctor__SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32__SystemDateTime

static SystemDateTime ctor(SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), Out(SystemDateTime)

SystemDateTime.__ctor__SystemInt32_SystemInt32_SystemInt32__SystemDateTime

static SystemDateTime ctor(SystemInt32, SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), Out(SystemDateTime)

SystemDateTime.__ctor__SystemInt64_SystemDateTimeKind__SystemDateTime

static SystemDateTime ctor(SystemInt64, SystemDateTimeKind);

Raw: In(SystemInt64), In(SystemDateTimeKind), Out(SystemDateTime)

SystemDateTime.__ctor__SystemInt64__SystemDateTime

static SystemDateTime ctor(SystemInt64);

Raw: In(SystemInt64), Out(SystemDateTime)

SystemDateTime.__get_Date__SystemDateTime

SystemDateTime get_Date();

Raw: In(SystemDateTime), Out(SystemDateTime)

SystemDateTime.__get_DayOfWeek__SystemDayOfWeek

SystemDayOfWeek get_DayOfWeek();

Raw: In(SystemDateTime), Out(SystemDayOfWeek)

SystemDateTime.__get_DayOfYear__SystemInt32

SystemInt32 get_DayOfYear();

Raw: In(SystemDateTime), Out(SystemInt32)

SystemDateTime.__get_Day__SystemInt32

SystemInt32 get_Day();

Raw: In(SystemDateTime), Out(SystemInt32)

SystemDateTime.__get_Hour__SystemInt32

SystemInt32 get_Hour();

Raw: In(SystemDateTime), Out(SystemInt32)

SystemDateTime.__get_Kind__SystemDateTimeKind

SystemDateTimeKind get_Kind();

Raw: In(SystemDateTime), Out(SystemDateTimeKind)

SystemDateTime.__get_MaxValue__SystemDateTime

static SystemDateTime get_MaxValue();

Raw: Out(SystemDateTime)

SystemDateTime.__get_Millisecond__SystemInt32

SystemInt32 get_Millisecond();

Raw: In(SystemDateTime), Out(SystemInt32)

SystemDateTime.__get_MinValue__SystemDateTime

static SystemDateTime get_MinValue();

Raw: Out(SystemDateTime)

SystemDateTime.__get_Minute__SystemInt32

SystemInt32 get_Minute();

Raw: In(SystemDateTime), Out(SystemInt32)

SystemDateTime.__get_Month__SystemInt32

SystemInt32 get_Month();

Raw: In(SystemDateTime), Out(SystemInt32)

SystemDateTime.__get_Now__SystemDateTime

static SystemDateTime get_Now();

Raw: Out(SystemDateTime)

SystemDateTime.__get_Second__SystemInt32

SystemInt32 get_Second();

Raw: In(SystemDateTime), Out(SystemInt32)

SystemDateTime.__get_Ticks__SystemInt64

SystemInt64 get_Ticks();

Raw: In(SystemDateTime), Out(SystemInt64)

SystemDateTime.__get_TimeOfDay__SystemTimeSpan

SystemTimeSpan get_TimeOfDay();

Raw: In(SystemDateTime), Out(SystemTimeSpan)

SystemDateTime.__get_Today__SystemDateTime

static SystemDateTime get_Today();

Raw: Out(SystemDateTime)

SystemDateTime.__get_UtcNow__SystemDateTime

static SystemDateTime get_UtcNow();

Raw: Out(SystemDateTime)

SystemDateTime.__get_Year__SystemInt32

SystemInt32 get_Year();

Raw: In(SystemDateTime), Out(SystemInt32)

SystemDateTime.__op_Addition__SystemDateTime_SystemTimeSpan__SystemDateTime

static SystemDateTime op_Addition(SystemDateTime, SystemTimeSpan);

Raw: In(SystemDateTime), In(SystemTimeSpan), Out(SystemDateTime)

SystemDateTime.__op_Equality__SystemDateTime_SystemDateTime__SystemBoolean

static SystemBoolean op_Equality(SystemDateTime, SystemDateTime);

Raw: In(SystemDateTime), In(SystemDateTime), Out(SystemBoolean)

SystemDateTime.__op_GreaterThanOrEqual__SystemDateTime_SystemDateTime__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemDateTime, SystemDateTime);

Raw: In(SystemDateTime), In(SystemDateTime), Out(SystemBoolean)

SystemDateTime.__op_GreaterThan__SystemDateTime_SystemDateTime__SystemBoolean

static SystemBoolean op_GreaterThan(SystemDateTime, SystemDateTime);

Raw: In(SystemDateTime), In(SystemDateTime), Out(SystemBoolean)

SystemDateTime.__op_Inequality__SystemDateTime_SystemDateTime__SystemBoolean

static SystemBoolean op_Inequality(SystemDateTime, SystemDateTime);

Raw: In(SystemDateTime), In(SystemDateTime), Out(SystemBoolean)

SystemDateTime.__op_LessThanOrEqual__SystemDateTime_SystemDateTime__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemDateTime, SystemDateTime);

Raw: In(SystemDateTime), In(SystemDateTime), Out(SystemBoolean)

SystemDateTime.__op_LessThan__SystemDateTime_SystemDateTime__SystemBoolean

static SystemBoolean op_LessThan(SystemDateTime, SystemDateTime);

Raw: In(SystemDateTime), In(SystemDateTime), Out(SystemBoolean)

SystemDateTime.__op_Subtraction__SystemDateTime_SystemDateTime__SystemTimeSpan

static SystemTimeSpan op_Subtraction(SystemDateTime, SystemDateTime);

Raw: In(SystemDateTime), In(SystemDateTime), Out(SystemTimeSpan)

SystemDateTime.__op_Subtraction__SystemDateTime_SystemTimeSpan__SystemDateTime

static SystemDateTime op_Subtraction(SystemDateTime, SystemTimeSpan);

Raw: In(SystemDateTime), In(SystemTimeSpan), Out(SystemDateTime)

Enum SystemDateTimeKind

back to assembly

Enum values:

  • Local = 2
  • Unspecified = 0
  • Utc = 1

Struct SystemDateTimeOffset

back to assembly

to array type

SystemDateTimeOffset.__AddDays__SystemDouble__SystemDateTimeOffset

SystemDateTimeOffset AddDays(SystemDouble);

Raw: In(SystemDateTimeOffset), In(SystemDouble), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__AddHours__SystemDouble__SystemDateTimeOffset

SystemDateTimeOffset AddHours(SystemDouble);

Raw: In(SystemDateTimeOffset), In(SystemDouble), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__AddMilliseconds__SystemDouble__SystemDateTimeOffset

SystemDateTimeOffset AddMilliseconds(SystemDouble);

Raw: In(SystemDateTimeOffset), In(SystemDouble), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__AddMinutes__SystemDouble__SystemDateTimeOffset

SystemDateTimeOffset AddMinutes(SystemDouble);

Raw: In(SystemDateTimeOffset), In(SystemDouble), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__AddMonths__SystemInt32__SystemDateTimeOffset

SystemDateTimeOffset AddMonths(SystemInt32);

Raw: In(SystemDateTimeOffset), In(SystemInt32), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__AddSeconds__SystemDouble__SystemDateTimeOffset

SystemDateTimeOffset AddSeconds(SystemDouble);

Raw: In(SystemDateTimeOffset), In(SystemDouble), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__AddTicks__SystemInt64__SystemDateTimeOffset

SystemDateTimeOffset AddTicks(SystemInt64);

Raw: In(SystemDateTimeOffset), In(SystemInt64), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__AddYears__SystemInt32__SystemDateTimeOffset

SystemDateTimeOffset AddYears(SystemInt32);

Raw: In(SystemDateTimeOffset), In(SystemInt32), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__Add__SystemTimeSpan__SystemDateTimeOffset

SystemDateTimeOffset Add(SystemTimeSpan);

Raw: In(SystemDateTimeOffset), In(SystemTimeSpan), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__CompareTo__SystemDateTimeOffset__SystemInt32

SystemInt32 CompareTo(SystemDateTimeOffset);

Raw: In(SystemDateTimeOffset), In(SystemDateTimeOffset), Out(SystemInt32)

SystemDateTimeOffset.__Compare__SystemDateTimeOffset_SystemDateTimeOffset__SystemInt32

static SystemInt32 Compare(SystemDateTimeOffset, SystemDateTimeOffset);

Raw: In(SystemDateTimeOffset), In(SystemDateTimeOffset), Out(SystemInt32)

SystemDateTimeOffset.__EqualsExact__SystemDateTimeOffset__SystemBoolean

SystemBoolean EqualsExact(SystemDateTimeOffset);

Raw: In(SystemDateTimeOffset), In(SystemDateTimeOffset), Out(SystemBoolean)

SystemDateTimeOffset.__Equals__SystemDateTimeOffset_SystemDateTimeOffset__SystemBoolean

static SystemBoolean Equals(SystemDateTimeOffset, SystemDateTimeOffset);

Raw: In(SystemDateTimeOffset), In(SystemDateTimeOffset), Out(SystemBoolean)

SystemDateTimeOffset.__Equals__SystemDateTimeOffset__SystemBoolean

SystemBoolean Equals(SystemDateTimeOffset);

Raw: In(SystemDateTimeOffset), In(SystemDateTimeOffset), Out(SystemBoolean)

SystemDateTimeOffset.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemDateTimeOffset), In(SystemObject), Out(SystemBoolean)

SystemDateTimeOffset.__FromFileTime__SystemInt64__SystemDateTimeOffset

static SystemDateTimeOffset FromFileTime(SystemInt64);

Raw: In(SystemInt64), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__FromUnixTimeMilliseconds__SystemInt64__SystemDateTimeOffset

static SystemDateTimeOffset FromUnixTimeMilliseconds(SystemInt64);

Raw: In(SystemInt64), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__FromUnixTimeSeconds__SystemInt64__SystemDateTimeOffset

static SystemDateTimeOffset FromUnixTimeSeconds(SystemInt64);

Raw: In(SystemInt64), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemDateTimeOffset), Out(SystemInt32)

SystemDateTimeOffset.__GetType__SystemType

SystemType GetType();

Raw: In(SystemDateTimeOffset), Out(SystemType)

SystemDateTimeOffset.__ParseExact__SystemString_SystemStringArray_SystemIFormatProvider_SystemGlobalizationDateTimeStyles__SystemDateTimeOffset

static SystemDateTimeOffset ParseExact(SystemString, SystemStringArray, SystemIFormatProvider, SystemGlobalizationDateTimeStyles);

Raw: In(SystemString), In(SystemStringArray), In(SystemIFormatProvider), In(SystemGlobalizationDateTimeStyles), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__ParseExact__SystemString_SystemString_SystemIFormatProvider_SystemGlobalizationDateTimeStyles__SystemDateTimeOffset

static SystemDateTimeOffset ParseExact(SystemString, SystemString, SystemIFormatProvider, SystemGlobalizationDateTimeStyles);

Raw: In(SystemString), In(SystemString), In(SystemIFormatProvider), In(SystemGlobalizationDateTimeStyles), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__ParseExact__SystemString_SystemString_SystemIFormatProvider__SystemDateTimeOffset

static SystemDateTimeOffset ParseExact(SystemString, SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemString), In(SystemIFormatProvider), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__Parse__SystemString_SystemIFormatProvider_SystemGlobalizationDateTimeStyles__SystemDateTimeOffset

static SystemDateTimeOffset Parse(SystemString, SystemIFormatProvider, SystemGlobalizationDateTimeStyles);

Raw: In(SystemString), In(SystemIFormatProvider), In(SystemGlobalizationDateTimeStyles), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__Parse__SystemString_SystemIFormatProvider__SystemDateTimeOffset

static SystemDateTimeOffset Parse(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__Parse__SystemString__SystemDateTimeOffset

static SystemDateTimeOffset Parse(SystemString);

Raw: In(SystemString), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__Subtract__SystemDateTimeOffset__SystemTimeSpan

SystemTimeSpan Subtract(SystemDateTimeOffset);

Raw: In(SystemDateTimeOffset), In(SystemDateTimeOffset), Out(SystemTimeSpan)

SystemDateTimeOffset.__Subtract__SystemTimeSpan__SystemDateTimeOffset

SystemDateTimeOffset Subtract(SystemTimeSpan);

Raw: In(SystemDateTimeOffset), In(SystemTimeSpan), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__ToFileTime__SystemInt64

SystemInt64 ToFileTime();

Raw: In(SystemDateTimeOffset), Out(SystemInt64)

SystemDateTimeOffset.__ToLocalTime__SystemDateTimeOffset

SystemDateTimeOffset ToLocalTime();

Raw: In(SystemDateTimeOffset), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__ToOffset__SystemTimeSpan__SystemDateTimeOffset

SystemDateTimeOffset ToOffset(SystemTimeSpan);

Raw: In(SystemDateTimeOffset), In(SystemTimeSpan), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemDateTimeOffset), In(SystemIFormatProvider), Out(SystemString)

SystemDateTimeOffset.__ToString__SystemString

SystemString ToString();

Raw: In(SystemDateTimeOffset), Out(SystemString)

SystemDateTimeOffset.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemDateTimeOffset), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemDateTimeOffset.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemDateTimeOffset), In(SystemString), Out(SystemString)

SystemDateTimeOffset.__ToUniversalTime__SystemDateTimeOffset

SystemDateTimeOffset ToUniversalTime();

Raw: In(SystemDateTimeOffset), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__ToUnixTimeMilliseconds__SystemInt64

SystemInt64 ToUnixTimeMilliseconds();

Raw: In(SystemDateTimeOffset), Out(SystemInt64)

SystemDateTimeOffset.__ToUnixTimeSeconds__SystemInt64

SystemInt64 ToUnixTimeSeconds();

Raw: In(SystemDateTimeOffset), Out(SystemInt64)

SystemDateTimeOffset.__TryParseExact__SystemString_SystemStringArray_SystemIFormatProvider_SystemGlobalizationDateTimeStyles_SystemDateTimeOffsetRef__SystemBoolean

static SystemBoolean TryParseExact(SystemString, SystemStringArray, SystemIFormatProvider, SystemGlobalizationDateTimeStyles, ref SystemDateTimeOffset);

Raw: In(SystemString), In(SystemStringArray), In(SystemIFormatProvider), In(SystemGlobalizationDateTimeStyles), InOut(SystemDateTimeOffset), Out(SystemBoolean)

SystemDateTimeOffset.__TryParseExact__SystemString_SystemString_SystemIFormatProvider_SystemGlobalizationDateTimeStyles_SystemDateTimeOffsetRef__SystemBoolean

static SystemBoolean TryParseExact(SystemString, SystemString, SystemIFormatProvider, SystemGlobalizationDateTimeStyles, ref SystemDateTimeOffset);

Raw: In(SystemString), In(SystemString), In(SystemIFormatProvider), In(SystemGlobalizationDateTimeStyles), InOut(SystemDateTimeOffset), Out(SystemBoolean)

SystemDateTimeOffset.__TryParse__SystemString_SystemDateTimeOffsetRef__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemDateTimeOffset);

Raw: In(SystemString), InOut(SystemDateTimeOffset), Out(SystemBoolean)

SystemDateTimeOffset.__TryParse__SystemString_SystemIFormatProvider_SystemGlobalizationDateTimeStyles_SystemDateTimeOffsetRef__SystemBoolean

static SystemBoolean TryParse(SystemString, SystemIFormatProvider, SystemGlobalizationDateTimeStyles, ref SystemDateTimeOffset);

Raw: In(SystemString), In(SystemIFormatProvider), In(SystemGlobalizationDateTimeStyles), InOut(SystemDateTimeOffset), Out(SystemBoolean)

SystemDateTimeOffset.__ctor__SystemDateTime_SystemTimeSpan__SystemDateTimeOffset

static SystemDateTimeOffset ctor(SystemDateTime, SystemTimeSpan);

Raw: In(SystemDateTime), In(SystemTimeSpan), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__ctor__SystemDateTime__SystemDateTimeOffset

static SystemDateTimeOffset ctor(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__ctor__SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemGlobalizationCalendar_SystemTimeSpan__SystemDateTimeOffset

static SystemDateTimeOffset ctor(SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemGlobalizationCalendar, SystemTimeSpan);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemGlobalizationCalendar), In(SystemTimeSpan), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__ctor__SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemTimeSpan__SystemDateTimeOffset

static SystemDateTimeOffset ctor(SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemTimeSpan);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemTimeSpan), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__ctor__SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemTimeSpan__SystemDateTimeOffset

static SystemDateTimeOffset ctor(SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemTimeSpan);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemTimeSpan), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__ctor__SystemInt64_SystemTimeSpan__SystemDateTimeOffset

static SystemDateTimeOffset ctor(SystemInt64, SystemTimeSpan);

Raw: In(SystemInt64), In(SystemTimeSpan), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__get_DateTime__SystemDateTime

SystemDateTime get_DateTime();

Raw: In(SystemDateTimeOffset), Out(SystemDateTime)

SystemDateTimeOffset.__get_Date__SystemDateTime

SystemDateTime get_Date();

Raw: In(SystemDateTimeOffset), Out(SystemDateTime)

SystemDateTimeOffset.__get_DayOfWeek__SystemDayOfWeek

SystemDayOfWeek get_DayOfWeek();

Raw: In(SystemDateTimeOffset), Out(SystemDayOfWeek)

SystemDateTimeOffset.__get_DayOfYear__SystemInt32

SystemInt32 get_DayOfYear();

Raw: In(SystemDateTimeOffset), Out(SystemInt32)

SystemDateTimeOffset.__get_Day__SystemInt32

SystemInt32 get_Day();

Raw: In(SystemDateTimeOffset), Out(SystemInt32)

SystemDateTimeOffset.__get_Hour__SystemInt32

SystemInt32 get_Hour();

Raw: In(SystemDateTimeOffset), Out(SystemInt32)

SystemDateTimeOffset.__get_LocalDateTime__SystemDateTime

SystemDateTime get_LocalDateTime();

Raw: In(SystemDateTimeOffset), Out(SystemDateTime)

SystemDateTimeOffset.__get_MaxValue__SystemDateTimeOffset

static SystemDateTimeOffset get_MaxValue();

Raw: Out(SystemDateTimeOffset)

SystemDateTimeOffset.__get_Millisecond__SystemInt32

SystemInt32 get_Millisecond();

Raw: In(SystemDateTimeOffset), Out(SystemInt32)

SystemDateTimeOffset.__get_MinValue__SystemDateTimeOffset

static SystemDateTimeOffset get_MinValue();

Raw: Out(SystemDateTimeOffset)

SystemDateTimeOffset.__get_Minute__SystemInt32

SystemInt32 get_Minute();

Raw: In(SystemDateTimeOffset), Out(SystemInt32)

SystemDateTimeOffset.__get_Month__SystemInt32

SystemInt32 get_Month();

Raw: In(SystemDateTimeOffset), Out(SystemInt32)

SystemDateTimeOffset.__get_Now__SystemDateTimeOffset

static SystemDateTimeOffset get_Now();

Raw: Out(SystemDateTimeOffset)

SystemDateTimeOffset.__get_Offset__SystemTimeSpan

SystemTimeSpan get_Offset();

Raw: In(SystemDateTimeOffset), Out(SystemTimeSpan)

SystemDateTimeOffset.__get_Second__SystemInt32

SystemInt32 get_Second();

Raw: In(SystemDateTimeOffset), Out(SystemInt32)

SystemDateTimeOffset.__get_Ticks__SystemInt64

SystemInt64 get_Ticks();

Raw: In(SystemDateTimeOffset), Out(SystemInt64)

SystemDateTimeOffset.__get_TimeOfDay__SystemTimeSpan

SystemTimeSpan get_TimeOfDay();

Raw: In(SystemDateTimeOffset), Out(SystemTimeSpan)

SystemDateTimeOffset.__get_UtcDateTime__SystemDateTime

SystemDateTime get_UtcDateTime();

Raw: In(SystemDateTimeOffset), Out(SystemDateTime)

SystemDateTimeOffset.__get_UtcNow__SystemDateTimeOffset

static SystemDateTimeOffset get_UtcNow();

Raw: Out(SystemDateTimeOffset)

SystemDateTimeOffset.__get_UtcTicks__SystemInt64

SystemInt64 get_UtcTicks();

Raw: In(SystemDateTimeOffset), Out(SystemInt64)

SystemDateTimeOffset.__get_Year__SystemInt32

SystemInt32 get_Year();

Raw: In(SystemDateTimeOffset), Out(SystemInt32)

SystemDateTimeOffset.__op_Addition__SystemDateTimeOffset_SystemTimeSpan__SystemDateTimeOffset

static SystemDateTimeOffset op_Addition(SystemDateTimeOffset, SystemTimeSpan);

Raw: In(SystemDateTimeOffset), In(SystemTimeSpan), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__op_Equality__SystemDateTimeOffset_SystemDateTimeOffset__SystemBoolean

static SystemBoolean op_Equality(SystemDateTimeOffset, SystemDateTimeOffset);

Raw: In(SystemDateTimeOffset), In(SystemDateTimeOffset), Out(SystemBoolean)

SystemDateTimeOffset.__op_GreaterThanOrEqual__SystemDateTimeOffset_SystemDateTimeOffset__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemDateTimeOffset, SystemDateTimeOffset);

Raw: In(SystemDateTimeOffset), In(SystemDateTimeOffset), Out(SystemBoolean)

SystemDateTimeOffset.__op_GreaterThan__SystemDateTimeOffset_SystemDateTimeOffset__SystemBoolean

static SystemBoolean op_GreaterThan(SystemDateTimeOffset, SystemDateTimeOffset);

Raw: In(SystemDateTimeOffset), In(SystemDateTimeOffset), Out(SystemBoolean)

SystemDateTimeOffset.__op_Implicit__SystemDateTime__SystemDateTimeOffset

static SystemDateTimeOffset op_Implicit(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemDateTimeOffset)

SystemDateTimeOffset.__op_Inequality__SystemDateTimeOffset_SystemDateTimeOffset__SystemBoolean

static SystemBoolean op_Inequality(SystemDateTimeOffset, SystemDateTimeOffset);

Raw: In(SystemDateTimeOffset), In(SystemDateTimeOffset), Out(SystemBoolean)

SystemDateTimeOffset.__op_LessThanOrEqual__SystemDateTimeOffset_SystemDateTimeOffset__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemDateTimeOffset, SystemDateTimeOffset);

Raw: In(SystemDateTimeOffset), In(SystemDateTimeOffset), Out(SystemBoolean)

SystemDateTimeOffset.__op_LessThan__SystemDateTimeOffset_SystemDateTimeOffset__SystemBoolean

static SystemBoolean op_LessThan(SystemDateTimeOffset, SystemDateTimeOffset);

Raw: In(SystemDateTimeOffset), In(SystemDateTimeOffset), Out(SystemBoolean)

SystemDateTimeOffset.__op_Subtraction__SystemDateTimeOffset_SystemDateTimeOffset__SystemTimeSpan

static SystemTimeSpan op_Subtraction(SystemDateTimeOffset, SystemDateTimeOffset);

Raw: In(SystemDateTimeOffset), In(SystemDateTimeOffset), Out(SystemTimeSpan)

SystemDateTimeOffset.__op_Subtraction__SystemDateTimeOffset_SystemTimeSpan__SystemDateTimeOffset

static SystemDateTimeOffset op_Subtraction(SystemDateTimeOffset, SystemTimeSpan);

Raw: In(SystemDateTimeOffset), In(SystemTimeSpan), Out(SystemDateTimeOffset)

Enum SystemDayOfWeek

back to assembly

Enum values:

  • Friday = 5
  • Monday = 1
  • Saturday = 6
  • Sunday = 0
  • Thursday = 4
  • Tuesday = 2
  • Wednesday = 3

Struct SystemDecimal

back to assembly

to array type

SystemDecimal.__Add__SystemDecimal_SystemDecimal__SystemDecimal

static SystemDecimal Add(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__Ceiling__SystemDecimal__SystemDecimal

static SystemDecimal Ceiling(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__CompareTo__SystemDecimal__SystemInt32

SystemInt32 CompareTo(SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemInt32)

SystemDecimal.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemDecimal), In(SystemObject), Out(SystemInt32)

SystemDecimal.__Compare__SystemDecimal_SystemDecimal__SystemInt32

static SystemInt32 Compare(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemInt32)

SystemDecimal.__Divide__SystemDecimal_SystemDecimal__SystemDecimal

static SystemDecimal Divide(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__Equals__SystemDecimal_SystemDecimal__SystemBoolean

static SystemBoolean Equals(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemBoolean)

SystemDecimal.__Equals__SystemDecimal__SystemBoolean

SystemBoolean Equals(SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemBoolean)

SystemDecimal.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemDecimal), In(SystemObject), Out(SystemBoolean)

SystemDecimal.__Floor__SystemDecimal__SystemDecimal

static SystemDecimal Floor(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__FromOACurrency__SystemInt64__SystemDecimal

static SystemDecimal FromOACurrency(SystemInt64);

Raw: In(SystemInt64), Out(SystemDecimal)

SystemDecimal.__GetBits__SystemDecimal__SystemInt32Array

static SystemInt32Array GetBits(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemInt32Array)

SystemDecimal.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemDecimal), Out(SystemInt32)

SystemDecimal.__GetType__SystemType

SystemType GetType();

Raw: In(SystemDecimal), Out(SystemType)

SystemDecimal.__Multiply__SystemDecimal_SystemDecimal__SystemDecimal

static SystemDecimal Multiply(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__Negate__SystemDecimal__SystemDecimal

static SystemDecimal Negate(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__Parse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider__SystemDecimal

static SystemDecimal Parse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), Out(SystemDecimal)

SystemDecimal.__Parse__SystemString_SystemGlobalizationNumberStyles__SystemDecimal

static SystemDecimal Parse(SystemString, SystemGlobalizationNumberStyles);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), Out(SystemDecimal)

SystemDecimal.__Parse__SystemString_SystemIFormatProvider__SystemDecimal

static SystemDecimal Parse(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemDecimal)

SystemDecimal.__Parse__SystemString__SystemDecimal

static SystemDecimal Parse(SystemString);

Raw: In(SystemString), Out(SystemDecimal)

SystemDecimal.__Remainder__SystemDecimal_SystemDecimal__SystemDecimal

static SystemDecimal Remainder(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__Round__SystemDecimal_SystemInt32_SystemMidpointRounding__SystemDecimal

static SystemDecimal Round(SystemDecimal, SystemInt32, SystemMidpointRounding);

Raw: In(SystemDecimal), In(SystemInt32), In(SystemMidpointRounding), Out(SystemDecimal)

SystemDecimal.__Round__SystemDecimal_SystemInt32__SystemDecimal

static SystemDecimal Round(SystemDecimal, SystemInt32);

Raw: In(SystemDecimal), In(SystemInt32), Out(SystemDecimal)

SystemDecimal.__Round__SystemDecimal_SystemMidpointRounding__SystemDecimal

static SystemDecimal Round(SystemDecimal, SystemMidpointRounding);

Raw: In(SystemDecimal), In(SystemMidpointRounding), Out(SystemDecimal)

SystemDecimal.__Round__SystemDecimal__SystemDecimal

static SystemDecimal Round(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__Subtract__SystemDecimal_SystemDecimal__SystemDecimal

static SystemDecimal Subtract(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__ToByte__SystemDecimal__SystemByte

static SystemByte ToByte(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemByte)

SystemDecimal.__ToDouble__SystemDecimal__SystemDouble

static SystemDouble ToDouble(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDouble)

SystemDecimal.__ToInt16__SystemDecimal__SystemInt16

static SystemInt16 ToInt16(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemInt16)

SystemDecimal.__ToInt32__SystemDecimal__SystemInt32

static SystemInt32 ToInt32(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemInt32)

SystemDecimal.__ToInt64__SystemDecimal__SystemInt64

static SystemInt64 ToInt64(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemInt64)

SystemDecimal.__ToOACurrency__SystemDecimal__SystemInt64

static SystemInt64 ToOACurrency(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemInt64)

SystemDecimal.__ToSByte__SystemDecimal__SystemSByte

static SystemSByte ToSByte(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemSByte)

SystemDecimal.__ToSingle__SystemDecimal__SystemSingle

static SystemSingle ToSingle(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemSingle)

SystemDecimal.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemDecimal), In(SystemIFormatProvider), Out(SystemString)

SystemDecimal.__ToString__SystemString

SystemString ToString();

Raw: In(SystemDecimal), Out(SystemString)

SystemDecimal.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemDecimal), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemDecimal.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemDecimal), In(SystemString), Out(SystemString)

SystemDecimal.__ToUInt16__SystemDecimal__SystemUInt16

static SystemUInt16 ToUInt16(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemUInt16)

SystemDecimal.__ToUInt32__SystemDecimal__SystemUInt32

static SystemUInt32 ToUInt32(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemUInt32)

SystemDecimal.__ToUInt64__SystemDecimal__SystemUInt64

static SystemUInt64 ToUInt64(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemUInt64)

SystemDecimal.__Truncate__SystemDecimal__SystemDecimal

static SystemDecimal Truncate(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__TryParse__SystemString_SystemDecimalRef__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemDecimal);

Raw: In(SystemString), InOut(SystemDecimal), Out(SystemBoolean)

SystemDecimal.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemDecimalRef__SystemBoolean

static SystemBoolean TryParse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider, ref SystemDecimal);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), InOut(SystemDecimal), Out(SystemBoolean)

SystemDecimal.__ctor__SystemDouble__SystemDecimal

static SystemDecimal ctor(SystemDouble);

Raw: In(SystemDouble), Out(SystemDecimal)

SystemDecimal.__ctor__SystemInt32Array__SystemDecimal

static SystemDecimal ctor(SystemInt32Array);

Raw: In(SystemInt32Array), Out(SystemDecimal)

SystemDecimal.__ctor__SystemInt32_SystemInt32_SystemInt32_SystemBoolean_SystemByte__SystemDecimal

static SystemDecimal ctor(SystemInt32, SystemInt32, SystemInt32, SystemBoolean, SystemByte);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemBoolean), In(SystemByte), Out(SystemDecimal)

SystemDecimal.__ctor__SystemInt32__SystemDecimal

static SystemDecimal ctor(SystemInt32);

Raw: In(SystemInt32), Out(SystemDecimal)

SystemDecimal.__ctor__SystemInt64__SystemDecimal

static SystemDecimal ctor(SystemInt64);

Raw: In(SystemInt64), Out(SystemDecimal)

SystemDecimal.__ctor__SystemSingle__SystemDecimal

static SystemDecimal ctor(SystemSingle);

Raw: In(SystemSingle), Out(SystemDecimal)

SystemDecimal.__ctor__SystemUInt32__SystemDecimal

static SystemDecimal ctor(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemDecimal)

SystemDecimal.__ctor__SystemUInt64__SystemDecimal

static SystemDecimal ctor(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemDecimal)

SystemDecimal.__get_MaxValue__SystemDecimal

static SystemDecimal get_MaxValue();

Raw: Out(SystemDecimal)

SystemDecimal.__get_MinValue__SystemDecimal

static SystemDecimal get_MinValue();

Raw: Out(SystemDecimal)

SystemDecimal.__get_MinusOne__SystemDecimal

static SystemDecimal get_MinusOne();

Raw: Out(SystemDecimal)

SystemDecimal.__get_One__SystemDecimal

static SystemDecimal get_One();

Raw: Out(SystemDecimal)

SystemDecimal.__get_Zero__SystemDecimal

static SystemDecimal get_Zero();

Raw: Out(SystemDecimal)

SystemDecimal.__op_Addition__SystemDecimal_SystemDecimal__SystemDecimal

static SystemDecimal op_Addition(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__op_Decrement__SystemDecimal__SystemDecimal

static SystemDecimal op_Decrement(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__op_Division__SystemDecimal_SystemDecimal__SystemDecimal

static SystemDecimal op_Division(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__op_Equality__SystemDecimal_SystemDecimal__SystemBoolean

static SystemBoolean op_Equality(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemBoolean)

SystemDecimal.__op_Explicit__SystemDecimal__SystemByte

static SystemByte op_Explicit(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemByte)

SystemDecimal.__op_Explicit__SystemDecimal__SystemChar

static SystemChar op_Explicit(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemChar)

SystemDecimal.__op_Explicit__SystemDecimal__SystemDouble

static SystemDouble op_Explicit(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDouble)

SystemDecimal.__op_Explicit__SystemDecimal__SystemInt16

static SystemInt16 op_Explicit(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemInt16)

SystemDecimal.__op_Explicit__SystemDecimal__SystemInt32

static SystemInt32 op_Explicit(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemInt32)

SystemDecimal.__op_Explicit__SystemDecimal__SystemInt64

static SystemInt64 op_Explicit(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemInt64)

SystemDecimal.__op_Explicit__SystemDecimal__SystemSByte

static SystemSByte op_Explicit(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemSByte)

SystemDecimal.__op_Explicit__SystemDecimal__SystemSingle

static SystemSingle op_Explicit(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemSingle)

SystemDecimal.__op_Explicit__SystemDecimal__SystemUInt16

static SystemUInt16 op_Explicit(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemUInt16)

SystemDecimal.__op_Explicit__SystemDecimal__SystemUInt32

static SystemUInt32 op_Explicit(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemUInt32)

SystemDecimal.__op_Explicit__SystemDecimal__SystemUInt64

static SystemUInt64 op_Explicit(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemUInt64)

SystemDecimal.__op_Explicit__SystemDouble__SystemDecimal

static SystemDecimal op_Explicit(SystemDouble);

Raw: In(SystemDouble), Out(SystemDecimal)

SystemDecimal.__op_Explicit__SystemSingle__SystemDecimal

static SystemDecimal op_Explicit(SystemSingle);

Raw: In(SystemSingle), Out(SystemDecimal)

SystemDecimal.__op_GreaterThanOrEqual__SystemDecimal_SystemDecimal__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemBoolean)

SystemDecimal.__op_GreaterThan__SystemDecimal_SystemDecimal__SystemBoolean

static SystemBoolean op_GreaterThan(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemBoolean)

SystemDecimal.__op_Implicit__SystemByte__SystemDecimal

static SystemDecimal op_Implicit(SystemByte);

Raw: In(SystemByte), Out(SystemDecimal)

SystemDecimal.__op_Implicit__SystemChar__SystemDecimal

static SystemDecimal op_Implicit(SystemChar);

Raw: In(SystemChar), Out(SystemDecimal)

SystemDecimal.__op_Implicit__SystemInt16__SystemDecimal

static SystemDecimal op_Implicit(SystemInt16);

Raw: In(SystemInt16), Out(SystemDecimal)

SystemDecimal.__op_Implicit__SystemInt32__SystemDecimal

static SystemDecimal op_Implicit(SystemInt32);

Raw: In(SystemInt32), Out(SystemDecimal)

SystemDecimal.__op_Implicit__SystemInt64__SystemDecimal

static SystemDecimal op_Implicit(SystemInt64);

Raw: In(SystemInt64), Out(SystemDecimal)

SystemDecimal.__op_Implicit__SystemSByte__SystemDecimal

static SystemDecimal op_Implicit(SystemSByte);

Raw: In(SystemSByte), Out(SystemDecimal)

SystemDecimal.__op_Implicit__SystemUInt16__SystemDecimal

static SystemDecimal op_Implicit(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemDecimal)

SystemDecimal.__op_Implicit__SystemUInt32__SystemDecimal

static SystemDecimal op_Implicit(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemDecimal)

SystemDecimal.__op_Implicit__SystemUInt64__SystemDecimal

static SystemDecimal op_Implicit(SystemUInt64);

Raw: In(SystemUInt64), Out(SystemDecimal)

SystemDecimal.__op_Increment__SystemDecimal__SystemDecimal

static SystemDecimal op_Increment(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__op_Inequality__SystemDecimal_SystemDecimal__SystemBoolean

static SystemBoolean op_Inequality(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemBoolean)

SystemDecimal.__op_LessThanOrEqual__SystemDecimal_SystemDecimal__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemBoolean)

SystemDecimal.__op_LessThan__SystemDecimal_SystemDecimal__SystemBoolean

static SystemBoolean op_LessThan(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemBoolean)

SystemDecimal.__op_Modulus__SystemDecimal_SystemDecimal__SystemDecimal

static SystemDecimal op_Modulus(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__op_Multiply__SystemDecimal_SystemDecimal__SystemDecimal

static SystemDecimal op_Multiply(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__op_Subtraction__SystemDecimal_SystemDecimal__SystemDecimal

static SystemDecimal op_Subtraction(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__op_UnaryNegation__SystemDecimal__SystemDecimal

static SystemDecimal op_UnaryNegation(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

SystemDecimal.__op_UnaryPlus__SystemDecimal__SystemDecimal

static SystemDecimal op_UnaryPlus(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

Primitive SystemDouble

back to assembly

to array type

SystemDouble.__CompareTo__SystemDouble__SystemInt32

SystemInt32 CompareTo(SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemInt32)

SystemDouble.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemDouble), In(SystemObject), Out(SystemInt32)

SystemDouble.__Equals__SystemDouble__SystemBoolean

SystemBoolean Equals(SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemBoolean)

SystemDouble.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemDouble), In(SystemObject), Out(SystemBoolean)

SystemDouble.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemDouble), Out(SystemInt32)

SystemDouble.__GetType__SystemType

SystemType GetType();

Raw: In(SystemDouble), Out(SystemType)

SystemDouble.__IsInfinity__SystemDouble__SystemBoolean

static SystemBoolean IsInfinity(SystemDouble);

Raw: In(SystemDouble), Out(SystemBoolean)

SystemDouble.__IsNaN__SystemDouble__SystemBoolean

static SystemBoolean IsNaN(SystemDouble);

Raw: In(SystemDouble), Out(SystemBoolean)

SystemDouble.__IsNegativeInfinity__SystemDouble__SystemBoolean

static SystemBoolean IsNegativeInfinity(SystemDouble);

Raw: In(SystemDouble), Out(SystemBoolean)

SystemDouble.__IsPositiveInfinity__SystemDouble__SystemBoolean

static SystemBoolean IsPositiveInfinity(SystemDouble);

Raw: In(SystemDouble), Out(SystemBoolean)

SystemDouble.__Parse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider__SystemDouble

static SystemDouble Parse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), Out(SystemDouble)

SystemDouble.__Parse__SystemString_SystemGlobalizationNumberStyles__SystemDouble

static SystemDouble Parse(SystemString, SystemGlobalizationNumberStyles);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), Out(SystemDouble)

SystemDouble.__Parse__SystemString_SystemIFormatProvider__SystemDouble

static SystemDouble Parse(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemDouble)

SystemDouble.__Parse__SystemString__SystemDouble

static SystemDouble Parse(SystemString);

Raw: In(SystemString), Out(SystemDouble)

SystemDouble.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemDouble), In(SystemIFormatProvider), Out(SystemString)

SystemDouble.__ToString__SystemString

SystemString ToString();

Raw: In(SystemDouble), Out(SystemString)

SystemDouble.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemDouble), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemDouble.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemDouble), In(SystemString), Out(SystemString)

SystemDouble.__TryParse__SystemString_SystemDoubleRef__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemDouble);

Raw: In(SystemString), InOut(SystemDouble), Out(SystemBoolean)

SystemDouble.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemDoubleRef__SystemBoolean

static SystemBoolean TryParse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider, ref SystemDouble);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), InOut(SystemDouble), Out(SystemBoolean)

SystemDouble.__get_Epsilon__SystemDouble

static SystemDouble get_Epsilon();

Raw: Out(SystemDouble)

SystemDouble.__get_MaxValue__SystemDouble

static SystemDouble get_MaxValue();

Raw: Out(SystemDouble)

SystemDouble.__get_MinValue__SystemDouble

static SystemDouble get_MinValue();

Raw: Out(SystemDouble)

SystemDouble.__get_NaN__SystemDouble

static SystemDouble get_NaN();

Raw: Out(SystemDouble)

SystemDouble.__get_NegativeInfinity__SystemDouble

static SystemDouble get_NegativeInfinity();

Raw: Out(SystemDouble)

SystemDouble.__get_PositiveInfinity__SystemDouble

static SystemDouble get_PositiveInfinity();

Raw: Out(SystemDouble)

SystemDouble.__op_Addition__SystemDouble_SystemDouble__SystemDouble

static SystemDouble op_Addition(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemDouble)

SystemDouble.__op_Division__SystemDouble_SystemDouble__SystemDouble

static SystemDouble op_Division(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemDouble)

SystemDouble.__op_Equality__SystemDouble_SystemDouble__SystemBoolean

static SystemBoolean op_Equality(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemBoolean)

SystemDouble.__op_GreaterThanOrEqual__SystemDouble_SystemDouble__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemBoolean)

SystemDouble.__op_GreaterThan__SystemDouble_SystemDouble__SystemBoolean

static SystemBoolean op_GreaterThan(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemBoolean)

SystemDouble.__op_Inequality__SystemDouble_SystemDouble__SystemBoolean

static SystemBoolean op_Inequality(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemBoolean)

SystemDouble.__op_LessThanOrEqual__SystemDouble_SystemDouble__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemBoolean)

SystemDouble.__op_LessThan__SystemDouble_SystemDouble__SystemBoolean

static SystemBoolean op_LessThan(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemBoolean)

SystemDouble.__op_Multiplication__SystemDouble_SystemDouble__SystemDouble

static SystemDouble op_Multiplication(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemDouble)

SystemDouble.__op_Remainder__SystemDouble_SystemDouble__SystemDouble

static SystemDouble op_Remainder(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemDouble)

SystemDouble.__op_Subtraction__SystemDouble_SystemDouble__SystemDouble

static SystemDouble op_Subtraction(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemDouble)

SystemDouble.__op_UnaryMinus__SystemDouble__SystemDouble

static SystemDouble op_UnaryMinus(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

Object SystemEnum

back to assembly

Object SystemException

back to assembly

Object SystemGlobalizationCalendar

back to assembly

Enum SystemGlobalizationCompareOptions

back to assembly

Enum values:

  • IgnoreCase = 1
  • IgnoreKanaType = 8
  • IgnoreNonSpace = 2
  • IgnoreSymbols = 4
  • IgnoreWidth = 16
  • None = 0
  • Ordinal = 1073741824
  • OrdinalIgnoreCase = 268435456
  • StringSort = 536870912

Object SystemGlobalizationCultureInfo

back to assembly

to array type

SystemGlobalizationCultureInfo.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemGlobalizationCultureInfo), In(SystemObject), Out(SystemBoolean)

SystemGlobalizationCultureInfo.__GetCultureInfo__SystemInt32__SystemGlobalizationCultureInfo

static SystemGlobalizationCultureInfo GetCultureInfo(SystemInt32);

Raw: In(SystemInt32), Out(SystemGlobalizationCultureInfo)

SystemGlobalizationCultureInfo.__GetCultureInfo__SystemString_SystemString__SystemGlobalizationCultureInfo

static SystemGlobalizationCultureInfo GetCultureInfo(SystemString, SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemGlobalizationCultureInfo)

SystemGlobalizationCultureInfo.__GetCultureInfo__SystemString__SystemGlobalizationCultureInfo

static SystemGlobalizationCultureInfo GetCultureInfo(SystemString);

Raw: In(SystemString), Out(SystemGlobalizationCultureInfo)

SystemGlobalizationCultureInfo.__GetFormat__SystemType__SystemObject

SystemObject GetFormat(SystemType);

Raw: In(SystemGlobalizationCultureInfo), In(SystemType), Out(SystemObject)

SystemGlobalizationCultureInfo.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemGlobalizationCultureInfo), Out(SystemInt32)

SystemGlobalizationCultureInfo.__GetType__SystemType

SystemType GetType();

Raw: In(SystemGlobalizationCultureInfo), Out(SystemType)

SystemGlobalizationCultureInfo.__ToString__SystemString

SystemString ToString();

Raw: In(SystemGlobalizationCultureInfo), Out(SystemString)

SystemGlobalizationCultureInfo.__get_CurrentCulture__SystemGlobalizationCultureInfo

static SystemGlobalizationCultureInfo get_CurrentCulture();

Raw: Out(SystemGlobalizationCultureInfo)

SystemGlobalizationCultureInfo.__get_CurrentUICulture__SystemGlobalizationCultureInfo

static SystemGlobalizationCultureInfo get_CurrentUICulture();

Raw: Out(SystemGlobalizationCultureInfo)

SystemGlobalizationCultureInfo.__get_DateTimeFormat__SystemGlobalizationDateTimeFormatInfo

SystemGlobalizationDateTimeFormatInfo get_DateTimeFormat();

Raw: In(SystemGlobalizationCultureInfo), Out(SystemGlobalizationDateTimeFormatInfo)

SystemGlobalizationCultureInfo.__get_DisplayName__SystemString

SystemString get_DisplayName();

Raw: In(SystemGlobalizationCultureInfo), Out(SystemString)

SystemGlobalizationCultureInfo.__get_EnglishName__SystemString

SystemString get_EnglishName();

Raw: In(SystemGlobalizationCultureInfo), Out(SystemString)

SystemGlobalizationCultureInfo.__get_InvariantCulture__SystemGlobalizationCultureInfo

static SystemGlobalizationCultureInfo get_InvariantCulture();

Raw: Out(SystemGlobalizationCultureInfo)

SystemGlobalizationCultureInfo.__get_NumberFormat__SystemGlobalizationNumberFormatInfo

SystemGlobalizationNumberFormatInfo get_NumberFormat();

Raw: In(SystemGlobalizationCultureInfo), Out(SystemGlobalizationNumberFormatInfo)

SystemGlobalizationCultureInfo.__get_ThreeLetterISOLanguageName__SystemString

SystemString get_ThreeLetterISOLanguageName();

Raw: In(SystemGlobalizationCultureInfo), Out(SystemString)

SystemGlobalizationCultureInfo.__get_TwoLetterISOLanguageName__SystemString

SystemString get_TwoLetterISOLanguageName();

Raw: In(SystemGlobalizationCultureInfo), Out(SystemString)

SystemGlobalizationCultureInfo.__set_CurrentUICulture__SystemGlobalizationCultureInfo__SystemVoid

static void set_CurrentUICulture(SystemGlobalizationCultureInfo);

Raw: In(SystemGlobalizationCultureInfo)

Object SystemGlobalizationDateTimeFormatInfo

back to assembly

Enum SystemGlobalizationDateTimeStyles

back to assembly

Enum values:

  • AdjustToUniversal = 16
  • AllowInnerWhite = 4
  • AllowLeadingWhite = 1
  • AllowTrailingWhite = 2
  • AllowWhiteSpaces = 7
  • AssumeLocal = 32
  • AssumeUniversal = 64
  • NoCurrentDateDefault = 8
  • None = 0
  • RoundtripKind = 128

Object SystemGlobalizationNumberFormatInfo

back to assembly

Enum SystemGlobalizationNumberStyles

back to assembly

Enum values:

  • AllowCurrencySymbol = 256
  • AllowDecimalPoint = 32
  • AllowExponent = 128
  • AllowHexSpecifier = 512
  • AllowLeadingSign = 4
  • AllowLeadingWhite = 1
  • AllowParentheses = 16
  • AllowThousands = 64
  • AllowTrailingSign = 8
  • AllowTrailingWhite = 2
  • Any = 511
  • Currency = 383
  • Float = 167
  • HexNumber = 515
  • Integer = 7
  • None = 0
  • Number = 111

Enum SystemGlobalizationTimeSpanStyles

back to assembly

Enum values:

  • AssumeNegative = 1
  • None = 0

Enum SystemGlobalizationUnicodeCategory

back to assembly

Enum values:

  • ClosePunctuation = 21
  • ConnectorPunctuation = 18
  • Control = 14
  • CurrencySymbol = 26
  • DashPunctuation = 19
  • DecimalDigitNumber = 8
  • EnclosingMark = 7
  • FinalQuotePunctuation = 23
  • Format = 15
  • InitialQuotePunctuation = 22
  • LetterNumber = 9
  • LineSeparator = 12
  • LowercaseLetter = 1
  • MathSymbol = 25
  • ModifierLetter = 3
  • ModifierSymbol = 27
  • NonSpacingMark = 5
  • OpenPunctuation = 20
  • OtherLetter = 4
  • OtherNotAssigned = 29
  • OtherNumber = 10
  • OtherPunctuation = 24
  • OtherSymbol = 28
  • ParagraphSeparator = 13
  • PrivateUse = 17
  • SpaceSeparator = 11
  • SpacingCombiningMark = 6
  • Surrogate = 16
  • TitlecaseLetter = 2
  • UppercaseLetter = 0

Struct SystemGuid

back to assembly

to array type

SystemGuid.__CompareTo__SystemGuid__SystemInt32

SystemInt32 CompareTo(SystemGuid);

Raw: In(SystemGuid), In(SystemGuid), Out(SystemInt32)

SystemGuid.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemGuid), In(SystemObject), Out(SystemInt32)

SystemGuid.__Equals__SystemGuid__SystemBoolean

SystemBoolean Equals(SystemGuid);

Raw: In(SystemGuid), In(SystemGuid), Out(SystemBoolean)

SystemGuid.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemGuid), In(SystemObject), Out(SystemBoolean)

SystemGuid.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemGuid), Out(SystemInt32)

SystemGuid.__GetType__SystemType

SystemType GetType();

Raw: In(SystemGuid), Out(SystemType)

SystemGuid.__NewGuid__SystemGuid

static SystemGuid NewGuid();

Raw: Out(SystemGuid)

SystemGuid.__ParseExact__SystemString_SystemString__SystemGuid

static SystemGuid ParseExact(SystemString, SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemGuid)

SystemGuid.__Parse__SystemString__SystemGuid

static SystemGuid Parse(SystemString);

Raw: In(SystemString), Out(SystemGuid)

SystemGuid.__ToByteArray__SystemByteArray

SystemByteArray ToByteArray();

Raw: In(SystemGuid), Out(SystemByteArray)

SystemGuid.__ToString__SystemString

SystemString ToString();

Raw: In(SystemGuid), Out(SystemString)

SystemGuid.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemGuid), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemGuid.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemGuid), In(SystemString), Out(SystemString)

SystemGuid.__TryParseExact__SystemString_SystemString_SystemGuidRef__SystemBoolean

static SystemBoolean TryParseExact(SystemString, SystemString, ref SystemGuid);

Raw: In(SystemString), In(SystemString), InOut(SystemGuid), Out(SystemBoolean)

SystemGuid.__TryParse__SystemString_SystemGuidRef__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemGuid);

Raw: In(SystemString), InOut(SystemGuid), Out(SystemBoolean)

SystemGuid.__ctor__SystemByteArray__SystemGuid

static SystemGuid ctor(SystemByteArray);

Raw: In(SystemByteArray), Out(SystemGuid)

SystemGuid.__ctor__SystemInt32_SystemInt16_SystemInt16_SystemByteArray__SystemGuid

static SystemGuid ctor(SystemInt32, SystemInt16, SystemInt16, SystemByteArray);

Raw: In(SystemInt32), In(SystemInt16), In(SystemInt16), In(SystemByteArray), Out(SystemGuid)

SystemGuid.__ctor__SystemInt32_SystemInt16_SystemInt16_SystemByte_SystemByte_SystemByte_SystemByte_SystemByte_SystemByte_SystemByte_SystemByte__SystemGuid

static SystemGuid ctor(SystemInt32, SystemInt16, SystemInt16, SystemByte, SystemByte, SystemByte, SystemByte, SystemByte, SystemByte, SystemByte, SystemByte);

Raw: In(SystemInt32), In(SystemInt16), In(SystemInt16), In(SystemByte), In(SystemByte), In(SystemByte), In(SystemByte), In(SystemByte), In(SystemByte), In(SystemByte), In(SystemByte), Out(SystemGuid)

SystemGuid.__ctor__SystemString__SystemGuid

static SystemGuid ctor(SystemString);

Raw: In(SystemString), Out(SystemGuid)

SystemGuid.__ctor__SystemUInt32_SystemUInt16_SystemUInt16_SystemByte_SystemByte_SystemByte_SystemByte_SystemByte_SystemByte_SystemByte_SystemByte__SystemGuid

static SystemGuid ctor(SystemUInt32, SystemUInt16, SystemUInt16, SystemByte, SystemByte, SystemByte, SystemByte, SystemByte, SystemByte, SystemByte, SystemByte);

Raw: In(SystemUInt32), In(SystemUInt16), In(SystemUInt16), In(SystemByte), In(SystemByte), In(SystemByte), In(SystemByte), In(SystemByte), In(SystemByte), In(SystemByte), In(SystemByte), Out(SystemGuid)

SystemGuid.__get_Empty__SystemGuid

static SystemGuid get_Empty();

Raw: Out(SystemGuid)

SystemGuid.__op_Equality__SystemGuid_SystemGuid__SystemBoolean

static SystemBoolean op_Equality(SystemGuid, SystemGuid);

Raw: In(SystemGuid), In(SystemGuid), Out(SystemBoolean)

SystemGuid.__op_Inequality__SystemGuid_SystemGuid__SystemBoolean

static SystemBoolean op_Inequality(SystemGuid, SystemGuid);

Raw: In(SystemGuid), In(SystemGuid), Out(SystemBoolean)

Interface SystemIFormatProvider

back to assembly

Primitive SystemInt16

back to assembly

to array type

SystemInt16.__CompareTo__SystemInt16__SystemInt32

SystemInt32 CompareTo(SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemInt32)

SystemInt16.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemInt16), In(SystemObject), Out(SystemInt32)

SystemInt16.__Equals__SystemInt16__SystemBoolean

SystemBoolean Equals(SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemBoolean)

SystemInt16.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemInt16), In(SystemObject), Out(SystemBoolean)

SystemInt16.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemInt16), Out(SystemInt32)

SystemInt16.__GetType__SystemType

SystemType GetType();

Raw: In(SystemInt16), Out(SystemType)

SystemInt16.__Parse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider__SystemInt16

static SystemInt16 Parse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), Out(SystemInt16)

SystemInt16.__Parse__SystemString_SystemGlobalizationNumberStyles__SystemInt16

static SystemInt16 Parse(SystemString, SystemGlobalizationNumberStyles);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), Out(SystemInt16)

SystemInt16.__Parse__SystemString_SystemIFormatProvider__SystemInt16

static SystemInt16 Parse(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemInt16)

SystemInt16.__Parse__SystemString__SystemInt16

static SystemInt16 Parse(SystemString);

Raw: In(SystemString), Out(SystemInt16)

SystemInt16.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemInt16), In(SystemIFormatProvider), Out(SystemString)

SystemInt16.__ToString__SystemString

SystemString ToString();

Raw: In(SystemInt16), Out(SystemString)

SystemInt16.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemInt16), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemInt16.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemInt16), In(SystemString), Out(SystemString)

SystemInt16.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemInt16Ref__SystemBoolean

static SystemBoolean TryParse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider, ref SystemInt16);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), InOut(SystemInt16), Out(SystemBoolean)

SystemInt16.__TryParse__SystemString_SystemInt16Ref__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemInt16);

Raw: In(SystemString), InOut(SystemInt16), Out(SystemBoolean)

SystemInt16.__get_MaxValue__SystemInt16

static SystemInt16 get_MaxValue();

Raw: Out(SystemInt16)

SystemInt16.__get_MinValue__SystemInt16

static SystemInt16 get_MinValue();

Raw: Out(SystemInt16)

SystemInt16.__op_Addition__SystemInt16_SystemInt16__SystemInt32

static SystemInt32 op_Addition(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemInt32)

SystemInt16.__op_Division__SystemInt16_SystemInt16__SystemInt32

static SystemInt32 op_Division(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemInt32)

SystemInt16.__op_Equality__SystemInt16_SystemInt16__SystemBoolean

static SystemBoolean op_Equality(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemBoolean)

SystemInt16.__op_GreaterThanOrEqual__SystemInt16_SystemInt16__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemBoolean)

SystemInt16.__op_GreaterThan__SystemInt16_SystemInt16__SystemBoolean

static SystemBoolean op_GreaterThan(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemBoolean)

SystemInt16.__op_Inequality__SystemInt16_SystemInt16__SystemBoolean

static SystemBoolean op_Inequality(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemBoolean)

SystemInt16.__op_LeftShift__SystemInt16_SystemInt16__SystemInt32

static SystemInt32 op_LeftShift(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemInt32)

SystemInt16.__op_LessThanOrEqual__SystemInt16_SystemInt16__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemBoolean)

SystemInt16.__op_LessThan__SystemInt16_SystemInt16__SystemBoolean

static SystemBoolean op_LessThan(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemBoolean)

SystemInt16.__op_LogicalAnd__SystemInt16_SystemInt16__SystemInt32

static SystemInt32 op_LogicalAnd(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemInt32)

SystemInt16.__op_LogicalOr__SystemInt16_SystemInt16__SystemInt32

static SystemInt32 op_LogicalOr(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemInt32)

SystemInt16.__op_LogicalXor__SystemInt16_SystemInt16__SystemInt32

static SystemInt32 op_LogicalXor(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemInt32)

SystemInt16.__op_Multiplication__SystemInt16_SystemInt16__SystemInt32

static SystemInt32 op_Multiplication(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemInt32)

SystemInt16.__op_RightShift__SystemInt16_SystemInt16__SystemInt32

static SystemInt32 op_RightShift(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemInt32)

SystemInt16.__op_Subtraction__SystemInt16_SystemInt16__SystemInt32

static SystemInt32 op_Subtraction(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemInt32)

SystemInt16.__op_UnaryMinus__SystemInt16__SystemInt32

static SystemInt32 op_UnaryMinus(SystemInt16);

Raw: In(SystemInt16), Out(SystemInt32)

Primitive SystemInt32

back to assembly

to array type

SystemInt32.__CompareTo__SystemInt32__SystemInt32

SystemInt32 CompareTo(SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemInt32.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemInt32), In(SystemObject), Out(SystemInt32)

SystemInt32.__Equals__SystemInt32__SystemBoolean

SystemBoolean Equals(SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemBoolean)

SystemInt32.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemInt32), In(SystemObject), Out(SystemBoolean)

SystemInt32.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemInt32), Out(SystemInt32)

SystemInt32.__GetType__SystemType

SystemType GetType();

Raw: In(SystemInt32), Out(SystemType)

SystemInt32.__Parse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider__SystemInt32

static SystemInt32 Parse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), Out(SystemInt32)

SystemInt32.__Parse__SystemString_SystemGlobalizationNumberStyles__SystemInt32

static SystemInt32 Parse(SystemString, SystemGlobalizationNumberStyles);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), Out(SystemInt32)

SystemInt32.__Parse__SystemString_SystemIFormatProvider__SystemInt32

static SystemInt32 Parse(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemInt32)

SystemInt32.__Parse__SystemString__SystemInt32

static SystemInt32 Parse(SystemString);

Raw: In(SystemString), Out(SystemInt32)

SystemInt32.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemInt32), In(SystemIFormatProvider), Out(SystemString)

SystemInt32.__ToString__SystemString

SystemString ToString();

Raw: In(SystemInt32), Out(SystemString)

SystemInt32.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemInt32), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemInt32.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemInt32), In(SystemString), Out(SystemString)

SystemInt32.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemInt32Ref__SystemBoolean

static SystemBoolean TryParse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider, ref SystemInt32);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), InOut(SystemInt32), Out(SystemBoolean)

SystemInt32.__TryParse__SystemString_SystemInt32Ref__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemInt32);

Raw: In(SystemString), InOut(SystemInt32), Out(SystemBoolean)

SystemInt32.__get_MaxValue__SystemInt32

static SystemInt32 get_MaxValue();

Raw: Out(SystemInt32)

SystemInt32.__get_MinValue__SystemInt32

static SystemInt32 get_MinValue();

Raw: Out(SystemInt32)

SystemInt32.__op_Addition__SystemInt32_SystemInt32__SystemInt32

static SystemInt32 op_Addition(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemInt32.__op_Division__SystemInt32_SystemInt32__SystemInt32

static SystemInt32 op_Division(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemInt32.__op_Equality__SystemInt32_SystemInt32__SystemBoolean

static SystemBoolean op_Equality(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemBoolean)

SystemInt32.__op_GreaterThanOrEqual__SystemInt32_SystemInt32__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemBoolean)

SystemInt32.__op_GreaterThan__SystemInt32_SystemInt32__SystemBoolean

static SystemBoolean op_GreaterThan(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemBoolean)

SystemInt32.__op_Inequality__SystemInt32_SystemInt32__SystemBoolean

static SystemBoolean op_Inequality(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemBoolean)

SystemInt32.__op_LeftShift__SystemInt32_SystemInt32__SystemInt32

static SystemInt32 op_LeftShift(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemInt32.__op_LessThanOrEqual__SystemInt32_SystemInt32__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemBoolean)

SystemInt32.__op_LessThan__SystemInt32_SystemInt32__SystemBoolean

static SystemBoolean op_LessThan(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemBoolean)

SystemInt32.__op_LogicalAnd__SystemInt32_SystemInt32__SystemInt32

static SystemInt32 op_LogicalAnd(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemInt32.__op_LogicalOr__SystemInt32_SystemInt32__SystemInt32

static SystemInt32 op_LogicalOr(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemInt32.__op_LogicalXor__SystemInt32_SystemInt32__SystemInt32

static SystemInt32 op_LogicalXor(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemInt32.__op_Multiplication__SystemInt32_SystemInt32__SystemInt32

static SystemInt32 op_Multiplication(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemInt32.__op_Remainder__SystemInt32_SystemInt32__SystemInt32

static SystemInt32 op_Remainder(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemInt32.__op_RightShift__SystemInt32_SystemInt32__SystemInt32

static SystemInt32 op_RightShift(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemInt32.__op_Subtraction__SystemInt32_SystemInt32__SystemInt32

static SystemInt32 op_Subtraction(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemInt32.__op_UnaryMinus__SystemInt32__SystemInt32

static SystemInt32 op_UnaryMinus(SystemInt32);

Raw: In(SystemInt32), Out(SystemInt32)

Primitive SystemInt64

back to assembly

to array type

SystemInt64.__CompareTo__SystemInt64__SystemInt32

SystemInt32 CompareTo(SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemInt32)

SystemInt64.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemInt64), In(SystemObject), Out(SystemInt32)

SystemInt64.__Equals__SystemInt64__SystemBoolean

SystemBoolean Equals(SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemBoolean)

SystemInt64.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemInt64), In(SystemObject), Out(SystemBoolean)

SystemInt64.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemInt64), Out(SystemInt32)

SystemInt64.__GetType__SystemType

SystemType GetType();

Raw: In(SystemInt64), Out(SystemType)

SystemInt64.__Parse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider__SystemInt64

static SystemInt64 Parse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), Out(SystemInt64)

SystemInt64.__Parse__SystemString_SystemGlobalizationNumberStyles__SystemInt64

static SystemInt64 Parse(SystemString, SystemGlobalizationNumberStyles);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), Out(SystemInt64)

SystemInt64.__Parse__SystemString_SystemIFormatProvider__SystemInt64

static SystemInt64 Parse(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemInt64)

SystemInt64.__Parse__SystemString__SystemInt64

static SystemInt64 Parse(SystemString);

Raw: In(SystemString), Out(SystemInt64)

SystemInt64.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemInt64), In(SystemIFormatProvider), Out(SystemString)

SystemInt64.__ToString__SystemString

SystemString ToString();

Raw: In(SystemInt64), Out(SystemString)

SystemInt64.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemInt64), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemInt64.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemInt64), In(SystemString), Out(SystemString)

SystemInt64.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemInt64Ref__SystemBoolean

static SystemBoolean TryParse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider, ref SystemInt64);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), InOut(SystemInt64), Out(SystemBoolean)

SystemInt64.__TryParse__SystemString_SystemInt64Ref__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemInt64);

Raw: In(SystemString), InOut(SystemInt64), Out(SystemBoolean)

SystemInt64.__get_MaxValue__SystemInt64

static SystemInt64 get_MaxValue();

Raw: Out(SystemInt64)

SystemInt64.__get_MinValue__SystemInt64

static SystemInt64 get_MinValue();

Raw: Out(SystemInt64)

SystemInt64.__op_Addition__SystemInt64_SystemInt64__SystemInt64

static SystemInt64 op_Addition(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemInt64)

SystemInt64.__op_Division__SystemInt64_SystemInt64__SystemInt64

static SystemInt64 op_Division(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemInt64)

SystemInt64.__op_Equality__SystemInt64_SystemInt64__SystemBoolean

static SystemBoolean op_Equality(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemBoolean)

SystemInt64.__op_GreaterThanOrEqual__SystemInt64_SystemInt64__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemBoolean)

SystemInt64.__op_GreaterThan__SystemInt64_SystemInt64__SystemBoolean

static SystemBoolean op_GreaterThan(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemBoolean)

SystemInt64.__op_Inequality__SystemInt64_SystemInt64__SystemBoolean

static SystemBoolean op_Inequality(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemBoolean)

SystemInt64.__op_LeftShift__SystemInt64_SystemInt32__SystemInt64

static SystemInt64 op_LeftShift(SystemInt64, SystemInt32);

Raw: In(SystemInt64), In(SystemInt32), Out(SystemInt64)

SystemInt64.__op_LessThanOrEqual__SystemInt64_SystemInt64__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemBoolean)

SystemInt64.__op_LessThan__SystemInt64_SystemInt64__SystemBoolean

static SystemBoolean op_LessThan(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemBoolean)

SystemInt64.__op_LogicalAnd__SystemInt64_SystemInt64__SystemInt64

static SystemInt64 op_LogicalAnd(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemInt64)

SystemInt64.__op_LogicalOr__SystemInt64_SystemInt64__SystemInt64

static SystemInt64 op_LogicalOr(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemInt64)

SystemInt64.__op_LogicalXor__SystemInt64_SystemInt64__SystemInt64

static SystemInt64 op_LogicalXor(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemInt64)

SystemInt64.__op_Multiplication__SystemInt64_SystemInt64__SystemInt64

static SystemInt64 op_Multiplication(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemInt64)

SystemInt64.__op_RightShift__SystemInt64_SystemInt32__SystemInt64

static SystemInt64 op_RightShift(SystemInt64, SystemInt32);

Raw: In(SystemInt64), In(SystemInt32), Out(SystemInt64)

SystemInt64.__op_Subtraction__SystemInt64_SystemInt64__SystemInt64

static SystemInt64 op_Subtraction(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemInt64)

SystemInt64.__op_UnaryMinus__SystemInt64__SystemInt64

static SystemInt64 op_UnaryMinus(SystemInt64);

Raw: In(SystemInt64), Out(SystemInt64)

Object SystemMath

back to assembly

SystemMath.__Abs__SystemDecimal__SystemDecimal

static SystemDecimal Abs(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

SystemMath.__Abs__SystemDouble__SystemDouble

static SystemDouble Abs(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__Abs__SystemInt16__SystemInt16

static SystemInt16 Abs(SystemInt16);

Raw: In(SystemInt16), Out(SystemInt16)

SystemMath.__Abs__SystemInt32__SystemInt32

static SystemInt32 Abs(SystemInt32);

Raw: In(SystemInt32), Out(SystemInt32)

SystemMath.__Abs__SystemInt64__SystemInt64

static SystemInt64 Abs(SystemInt64);

Raw: In(SystemInt64), Out(SystemInt64)

SystemMath.__Abs__SystemSByte__SystemSByte

static SystemSByte Abs(SystemSByte);

Raw: In(SystemSByte), Out(SystemSByte)

SystemMath.__Abs__SystemSingle__SystemSingle

static SystemSingle Abs(SystemSingle);

Raw: In(SystemSingle), Out(SystemSingle)

SystemMath.__Acos__SystemDouble__SystemDouble

static SystemDouble Acos(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__Asin__SystemDouble__SystemDouble

static SystemDouble Asin(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__Atan2__SystemDouble_SystemDouble__SystemDouble

static SystemDouble Atan2(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemDouble)

SystemMath.__Atan__SystemDouble__SystemDouble

static SystemDouble Atan(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__BigMul__SystemInt32_SystemInt32__SystemInt64

static SystemInt64 BigMul(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt64)

SystemMath.__Ceiling__SystemDecimal__SystemDecimal

static SystemDecimal Ceiling(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

SystemMath.__Ceiling__SystemDouble__SystemDouble

static SystemDouble Ceiling(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__Cos__SystemDouble__SystemDouble

static SystemDouble Cos(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__Cosh__SystemDouble__SystemDouble

static SystemDouble Cosh(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__DivRem__SystemInt32_SystemInt32_SystemInt32Ref__SystemInt32

static SystemInt32 DivRem(SystemInt32, SystemInt32, ref SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), InOut(SystemInt32), Out(SystemInt32)

SystemMath.__DivRem__SystemInt64_SystemInt64_SystemInt64Ref__SystemInt64

static SystemInt64 DivRem(SystemInt64, SystemInt64, ref SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), InOut(SystemInt64), Out(SystemInt64)

SystemMath.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemMath), In(SystemObject), Out(SystemBoolean)

SystemMath.__Exp__SystemDouble__SystemDouble

static SystemDouble Exp(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__Floor__SystemDecimal__SystemDecimal

static SystemDecimal Floor(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

SystemMath.__Floor__SystemDouble__SystemDouble

static SystemDouble Floor(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemMath), Out(SystemInt32)

SystemMath.__GetType__SystemType

SystemType GetType();

Raw: In(SystemMath), Out(SystemType)

SystemMath.__IEEERemainder__SystemDouble_SystemDouble__SystemDouble

static SystemDouble IEEERemainder(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemDouble)

SystemMath.__Log10__SystemDouble__SystemDouble

static SystemDouble Log10(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__Log__SystemDouble_SystemDouble__SystemDouble

static SystemDouble Log(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemDouble)

SystemMath.__Log__SystemDouble__SystemDouble

static SystemDouble Log(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__Max__SystemByte_SystemByte__SystemByte

static SystemByte Max(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemByte)

SystemMath.__Max__SystemDecimal_SystemDecimal__SystemDecimal

static SystemDecimal Max(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemDecimal)

SystemMath.__Max__SystemDouble_SystemDouble__SystemDouble

static SystemDouble Max(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemDouble)

SystemMath.__Max__SystemInt16_SystemInt16__SystemInt16

static SystemInt16 Max(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemInt16)

SystemMath.__Max__SystemInt32_SystemInt32__SystemInt32

static SystemInt32 Max(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemMath.__Max__SystemInt64_SystemInt64__SystemInt64

static SystemInt64 Max(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemInt64)

SystemMath.__Max__SystemSByte_SystemSByte__SystemSByte

static SystemSByte Max(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemSByte)

SystemMath.__Max__SystemSingle_SystemSingle__SystemSingle

static SystemSingle Max(SystemSingle, SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemSingle)

SystemMath.__Max__SystemUInt16_SystemUInt16__SystemUInt16

static SystemUInt16 Max(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemUInt16)

SystemMath.__Max__SystemUInt32_SystemUInt32__SystemUInt32

static SystemUInt32 Max(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemUInt32)

SystemMath.__Max__SystemUInt64_SystemUInt64__SystemUInt64

static SystemUInt64 Max(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemUInt64)

SystemMath.__Min__SystemByte_SystemByte__SystemByte

static SystemByte Min(SystemByte, SystemByte);

Raw: In(SystemByte), In(SystemByte), Out(SystemByte)

SystemMath.__Min__SystemDecimal_SystemDecimal__SystemDecimal

static SystemDecimal Min(SystemDecimal, SystemDecimal);

Raw: In(SystemDecimal), In(SystemDecimal), Out(SystemDecimal)

SystemMath.__Min__SystemDouble_SystemDouble__SystemDouble

static SystemDouble Min(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemDouble)

SystemMath.__Min__SystemInt16_SystemInt16__SystemInt16

static SystemInt16 Min(SystemInt16, SystemInt16);

Raw: In(SystemInt16), In(SystemInt16), Out(SystemInt16)

SystemMath.__Min__SystemInt32_SystemInt32__SystemInt32

static SystemInt32 Min(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemMath.__Min__SystemInt64_SystemInt64__SystemInt64

static SystemInt64 Min(SystemInt64, SystemInt64);

Raw: In(SystemInt64), In(SystemInt64), Out(SystemInt64)

SystemMath.__Min__SystemSByte_SystemSByte__SystemSByte

static SystemSByte Min(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemSByte)

SystemMath.__Min__SystemSingle_SystemSingle__SystemSingle

static SystemSingle Min(SystemSingle, SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemSingle)

SystemMath.__Min__SystemUInt16_SystemUInt16__SystemUInt16

static SystemUInt16 Min(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemUInt16)

SystemMath.__Min__SystemUInt32_SystemUInt32__SystemUInt32

static SystemUInt32 Min(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemUInt32)

SystemMath.__Min__SystemUInt64_SystemUInt64__SystemUInt64

static SystemUInt64 Min(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemUInt64)

SystemMath.__Pow__SystemDouble_SystemDouble__SystemDouble

static SystemDouble Pow(SystemDouble, SystemDouble);

Raw: In(SystemDouble), In(SystemDouble), Out(SystemDouble)

SystemMath.__Round__SystemDecimal_SystemInt32_SystemMidpointRounding__SystemDecimal

static SystemDecimal Round(SystemDecimal, SystemInt32, SystemMidpointRounding);

Raw: In(SystemDecimal), In(SystemInt32), In(SystemMidpointRounding), Out(SystemDecimal)

SystemMath.__Round__SystemDecimal_SystemInt32__SystemDecimal

static SystemDecimal Round(SystemDecimal, SystemInt32);

Raw: In(SystemDecimal), In(SystemInt32), Out(SystemDecimal)

SystemMath.__Round__SystemDecimal_SystemMidpointRounding__SystemDecimal

static SystemDecimal Round(SystemDecimal, SystemMidpointRounding);

Raw: In(SystemDecimal), In(SystemMidpointRounding), Out(SystemDecimal)

SystemMath.__Round__SystemDecimal__SystemDecimal

static SystemDecimal Round(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

SystemMath.__Round__SystemDouble_SystemInt32_SystemMidpointRounding__SystemDouble

static SystemDouble Round(SystemDouble, SystemInt32, SystemMidpointRounding);

Raw: In(SystemDouble), In(SystemInt32), In(SystemMidpointRounding), Out(SystemDouble)

SystemMath.__Round__SystemDouble_SystemInt32__SystemDouble

static SystemDouble Round(SystemDouble, SystemInt32);

Raw: In(SystemDouble), In(SystemInt32), Out(SystemDouble)

SystemMath.__Round__SystemDouble_SystemMidpointRounding__SystemDouble

static SystemDouble Round(SystemDouble, SystemMidpointRounding);

Raw: In(SystemDouble), In(SystemMidpointRounding), Out(SystemDouble)

SystemMath.__Round__SystemDouble__SystemDouble

static SystemDouble Round(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__Sign__SystemDecimal__SystemInt32

static SystemInt32 Sign(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemInt32)

SystemMath.__Sign__SystemDouble__SystemInt32

static SystemInt32 Sign(SystemDouble);

Raw: In(SystemDouble), Out(SystemInt32)

SystemMath.__Sign__SystemInt16__SystemInt32

static SystemInt32 Sign(SystemInt16);

Raw: In(SystemInt16), Out(SystemInt32)

SystemMath.__Sign__SystemInt32__SystemInt32

static SystemInt32 Sign(SystemInt32);

Raw: In(SystemInt32), Out(SystemInt32)

SystemMath.__Sign__SystemInt64__SystemInt32

static SystemInt32 Sign(SystemInt64);

Raw: In(SystemInt64), Out(SystemInt32)

SystemMath.__Sign__SystemSByte__SystemInt32

static SystemInt32 Sign(SystemSByte);

Raw: In(SystemSByte), Out(SystemInt32)

SystemMath.__Sign__SystemSingle__SystemInt32

static SystemInt32 Sign(SystemSingle);

Raw: In(SystemSingle), Out(SystemInt32)

SystemMath.__Sin__SystemDouble__SystemDouble

static SystemDouble Sin(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__Sinh__SystemDouble__SystemDouble

static SystemDouble Sinh(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__Sqrt__SystemDouble__SystemDouble

static SystemDouble Sqrt(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__Tan__SystemDouble__SystemDouble

static SystemDouble Tan(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__Tanh__SystemDouble__SystemDouble

static SystemDouble Tanh(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__ToString__SystemString

SystemString ToString();

Raw: In(SystemMath), Out(SystemString)

SystemMath.__Truncate__SystemDecimal__SystemDecimal

static SystemDecimal Truncate(SystemDecimal);

Raw: In(SystemDecimal), Out(SystemDecimal)

SystemMath.__Truncate__SystemDouble__SystemDouble

static SystemDouble Truncate(SystemDouble);

Raw: In(SystemDouble), Out(SystemDouble)

SystemMath.__get_E__SystemDouble

static SystemDouble get_E();

Raw: Out(SystemDouble)

SystemMath.__get_PI__SystemDouble

static SystemDouble get_PI();

Raw: Out(SystemDouble)

Enum SystemMidpointRounding

back to assembly

Enum values:

  • AwayFromZero = 1
  • ToEven = 0

Object SystemObject

back to assembly

to array type

SystemObject.__Equals__SystemObject_SystemObject__SystemBoolean

static SystemBoolean Equals(SystemObject, SystemObject);

Raw: In(SystemObject), In(SystemObject), Out(SystemBoolean)

SystemObject.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemObject), In(SystemObject), Out(SystemBoolean)

SystemObject.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemObject), Out(SystemInt32)

SystemObject.__GetType__SystemType

SystemType GetType();

Raw: In(SystemObject), Out(SystemType)

SystemObject.__ReferenceEquals__SystemObject_SystemObject__SystemBoolean

static SystemBoolean ReferenceEquals(SystemObject, SystemObject);

Raw: In(SystemObject), In(SystemObject), Out(SystemBoolean)

SystemObject.__ToString__SystemString

SystemString ToString();

Raw: In(SystemObject), Out(SystemString)

SystemObject.__ctor____SystemObject

static SystemObject ctor();

Raw: Out(SystemObject)

SystemObject.__op_Equality__SystemObject_SystemObject__SystemBoolean

static SystemBoolean op_Equality(SystemObject, SystemObject);

Raw: In(SystemObject), In(SystemObject), Out(SystemBoolean)

SystemObject.__op_Inequality__SystemObject_SystemObject__SystemBoolean

static SystemBoolean op_Inequality(SystemObject, SystemObject);

Raw: In(SystemObject), In(SystemObject), Out(SystemBoolean)

Object SystemRandom

back to assembly

to array type

SystemRandom.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemRandom), In(SystemObject), Out(SystemBoolean)

SystemRandom.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemRandom), Out(SystemInt32)

SystemRandom.__NextBytes__SystemByteArray__SystemVoid

void NextBytes(SystemByteArray);

Raw: In(SystemRandom), In(SystemByteArray)

SystemRandom.__NextDouble__SystemDouble

SystemDouble NextDouble();

Raw: In(SystemRandom), Out(SystemDouble)

SystemRandom.__Next__SystemInt32

SystemInt32 Next();

Raw: In(SystemRandom), Out(SystemInt32)

SystemRandom.__Next__SystemInt32_SystemInt32__SystemInt32

SystemInt32 Next(SystemInt32, SystemInt32);

Raw: In(SystemRandom), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemRandom.__Next__SystemInt32__SystemInt32

SystemInt32 Next(SystemInt32);

Raw: In(SystemRandom), In(SystemInt32), Out(SystemInt32)

SystemRandom.__ctor__SystemInt32__SystemRandom

static SystemRandom ctor(SystemInt32);

Raw: In(SystemInt32), Out(SystemRandom)

SystemRandom.__ctor____SystemRandom

static SystemRandom ctor();

Raw: Out(SystemRandom)

Object SystemRuntimeSerializationSerializationInfo

back to assembly

Struct SystemRuntimeSerializationStreamingContext

back to assembly

Primitive SystemSByte

back to assembly

to array type

SystemSByte.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemSByte), In(SystemObject), Out(SystemInt32)

SystemSByte.__CompareTo__SystemSByte__SystemInt32

SystemInt32 CompareTo(SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemInt32)

SystemSByte.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemSByte), In(SystemObject), Out(SystemBoolean)

SystemSByte.__Equals__SystemSByte__SystemBoolean

SystemBoolean Equals(SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemBoolean)

SystemSByte.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemSByte), Out(SystemInt32)

SystemSByte.__GetType__SystemType

SystemType GetType();

Raw: In(SystemSByte), Out(SystemType)

SystemSByte.__Parse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider__SystemSByte

static SystemSByte Parse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), Out(SystemSByte)

SystemSByte.__Parse__SystemString_SystemGlobalizationNumberStyles__SystemSByte

static SystemSByte Parse(SystemString, SystemGlobalizationNumberStyles);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), Out(SystemSByte)

SystemSByte.__Parse__SystemString_SystemIFormatProvider__SystemSByte

static SystemSByte Parse(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemSByte)

SystemSByte.__Parse__SystemString__SystemSByte

static SystemSByte Parse(SystemString);

Raw: In(SystemString), Out(SystemSByte)

SystemSByte.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemSByte), In(SystemIFormatProvider), Out(SystemString)

SystemSByte.__ToString__SystemString

SystemString ToString();

Raw: In(SystemSByte), Out(SystemString)

SystemSByte.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemSByte), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemSByte.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemSByte), In(SystemString), Out(SystemString)

SystemSByte.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemSByteRef__SystemBoolean

static SystemBoolean TryParse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider, ref SystemSByte);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), InOut(SystemSByte), Out(SystemBoolean)

SystemSByte.__TryParse__SystemString_SystemSByteRef__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemSByte);

Raw: In(SystemString), InOut(SystemSByte), Out(SystemBoolean)

SystemSByte.__get_MaxValue__SystemSByte

static SystemSByte get_MaxValue();

Raw: Out(SystemSByte)

SystemSByte.__get_MinValue__SystemSByte

static SystemSByte get_MinValue();

Raw: Out(SystemSByte)

SystemSByte.__op_Addition__SystemSByte_SystemSByte__SystemInt32

static SystemInt32 op_Addition(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemInt32)

SystemSByte.__op_Division__SystemSByte_SystemSByte__SystemInt32

static SystemInt32 op_Division(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemInt32)

SystemSByte.__op_Equality__SystemSByte_SystemSByte__SystemBoolean

static SystemBoolean op_Equality(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemBoolean)

SystemSByte.__op_GreaterThanOrEqual__SystemSByte_SystemSByte__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemBoolean)

SystemSByte.__op_GreaterThan__SystemSByte_SystemSByte__SystemBoolean

static SystemBoolean op_GreaterThan(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemBoolean)

SystemSByte.__op_Inequality__SystemSByte_SystemSByte__SystemBoolean

static SystemBoolean op_Inequality(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemBoolean)

SystemSByte.__op_LeftShift__SystemSByte_SystemSByte__SystemInt32

static SystemInt32 op_LeftShift(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemInt32)

SystemSByte.__op_LessThanOrEqual__SystemSByte_SystemSByte__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemBoolean)

SystemSByte.__op_LessThan__SystemSByte_SystemSByte__SystemBoolean

static SystemBoolean op_LessThan(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemBoolean)

SystemSByte.__op_LogicalAnd__SystemSByte_SystemSByte__SystemInt32

static SystemInt32 op_LogicalAnd(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemInt32)

SystemSByte.__op_LogicalOr__SystemSByte_SystemSByte__SystemInt32

static SystemInt32 op_LogicalOr(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemInt32)

SystemSByte.__op_LogicalXor__SystemSByte_SystemSByte__SystemInt32

static SystemInt32 op_LogicalXor(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemInt32)

SystemSByte.__op_Multiplication__SystemSByte_SystemSByte__SystemInt32

static SystemInt32 op_Multiplication(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemInt32)

SystemSByte.__op_RightShift__SystemSByte_SystemSByte__SystemInt32

static SystemInt32 op_RightShift(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemInt32)

SystemSByte.__op_Subtraction__SystemSByte_SystemSByte__SystemInt32

static SystemInt32 op_Subtraction(SystemSByte, SystemSByte);

Raw: In(SystemSByte), In(SystemSByte), Out(SystemInt32)

SystemSByte.__op_UnaryMinus__SystemSByte__SystemInt32

static SystemInt32 op_UnaryMinus(SystemSByte);

Raw: In(SystemSByte), Out(SystemInt32)

Primitive SystemSingle

back to assembly

to array type

SystemSingle.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemSingle), In(SystemObject), Out(SystemInt32)

SystemSingle.__CompareTo__SystemSingle__SystemInt32

SystemInt32 CompareTo(SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemInt32)

SystemSingle.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemSingle), In(SystemObject), Out(SystemBoolean)

SystemSingle.__Equals__SystemSingle__SystemBoolean

SystemBoolean Equals(SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemBoolean)

SystemSingle.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemSingle), Out(SystemInt32)

SystemSingle.__GetType__SystemType

SystemType GetType();

Raw: In(SystemSingle), Out(SystemType)

SystemSingle.__IsInfinity__SystemSingle__SystemBoolean

static SystemBoolean IsInfinity(SystemSingle);

Raw: In(SystemSingle), Out(SystemBoolean)

SystemSingle.__IsNaN__SystemSingle__SystemBoolean

static SystemBoolean IsNaN(SystemSingle);

Raw: In(SystemSingle), Out(SystemBoolean)

SystemSingle.__IsNegativeInfinity__SystemSingle__SystemBoolean

static SystemBoolean IsNegativeInfinity(SystemSingle);

Raw: In(SystemSingle), Out(SystemBoolean)

SystemSingle.__IsPositiveInfinity__SystemSingle__SystemBoolean

static SystemBoolean IsPositiveInfinity(SystemSingle);

Raw: In(SystemSingle), Out(SystemBoolean)

SystemSingle.__Parse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider__SystemSingle

static SystemSingle Parse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), Out(SystemSingle)

SystemSingle.__Parse__SystemString_SystemGlobalizationNumberStyles__SystemSingle

static SystemSingle Parse(SystemString, SystemGlobalizationNumberStyles);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), Out(SystemSingle)

SystemSingle.__Parse__SystemString_SystemIFormatProvider__SystemSingle

static SystemSingle Parse(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemSingle)

SystemSingle.__Parse__SystemString__SystemSingle

static SystemSingle Parse(SystemString);

Raw: In(SystemString), Out(SystemSingle)

SystemSingle.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemSingle), In(SystemIFormatProvider), Out(SystemString)

SystemSingle.__ToString__SystemString

SystemString ToString();

Raw: In(SystemSingle), Out(SystemString)

SystemSingle.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemSingle), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemSingle.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemSingle), In(SystemString), Out(SystemString)

SystemSingle.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemSingleRef__SystemBoolean

static SystemBoolean TryParse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider, ref SystemSingle);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), InOut(SystemSingle), Out(SystemBoolean)

SystemSingle.__TryParse__SystemString_SystemSingleRef__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemSingle);

Raw: In(SystemString), InOut(SystemSingle), Out(SystemBoolean)

SystemSingle.__get_Epsilon__SystemSingle

static SystemSingle get_Epsilon();

Raw: Out(SystemSingle)

SystemSingle.__get_MaxValue__SystemSingle

static SystemSingle get_MaxValue();

Raw: Out(SystemSingle)

SystemSingle.__get_MinValue__SystemSingle

static SystemSingle get_MinValue();

Raw: Out(SystemSingle)

SystemSingle.__get_NaN__SystemSingle

static SystemSingle get_NaN();

Raw: Out(SystemSingle)

SystemSingle.__get_NegativeInfinity__SystemSingle

static SystemSingle get_NegativeInfinity();

Raw: Out(SystemSingle)

SystemSingle.__get_PositiveInfinity__SystemSingle

static SystemSingle get_PositiveInfinity();

Raw: Out(SystemSingle)

SystemSingle.__op_Addition__SystemSingle_SystemSingle__SystemSingle

static SystemSingle op_Addition(SystemSingle, SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemSingle)

SystemSingle.__op_Division__SystemSingle_SystemSingle__SystemSingle

static SystemSingle op_Division(SystemSingle, SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemSingle)

SystemSingle.__op_Equality__SystemSingle_SystemSingle__SystemBoolean

static SystemBoolean op_Equality(SystemSingle, SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemBoolean)

SystemSingle.__op_GreaterThanOrEqual__SystemSingle_SystemSingle__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemSingle, SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemBoolean)

SystemSingle.__op_GreaterThan__SystemSingle_SystemSingle__SystemBoolean

static SystemBoolean op_GreaterThan(SystemSingle, SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemBoolean)

SystemSingle.__op_Inequality__SystemSingle_SystemSingle__SystemBoolean

static SystemBoolean op_Inequality(SystemSingle, SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemBoolean)

SystemSingle.__op_LessThanOrEqual__SystemSingle_SystemSingle__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemSingle, SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemBoolean)

SystemSingle.__op_LessThan__SystemSingle_SystemSingle__SystemBoolean

static SystemBoolean op_LessThan(SystemSingle, SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemBoolean)

SystemSingle.__op_Multiplication__SystemSingle_SystemSingle__SystemSingle

static SystemSingle op_Multiplication(SystemSingle, SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemSingle)

SystemSingle.__op_Remainder__SystemSingle_SystemSingle__SystemSingle

static SystemSingle op_Remainder(SystemSingle, SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemSingle)

SystemSingle.__op_Subtraction__SystemSingle_SystemSingle__SystemSingle

static SystemSingle op_Subtraction(SystemSingle, SystemSingle);

Raw: In(SystemSingle), In(SystemSingle), Out(SystemSingle)

SystemSingle.__op_UnaryMinus__SystemSingle__SystemSingle

static SystemSingle op_UnaryMinus(SystemSingle);

Raw: In(SystemSingle), Out(SystemSingle)

Object SystemString

back to assembly

to array type

SystemString.__Clone__SystemObject

SystemObject Clone();

Raw: In(SystemString), Out(SystemObject)

SystemString.__CompareOrdinal__SystemString_SystemInt32_SystemString_SystemInt32_SystemInt32__SystemInt32

static SystemInt32 CompareOrdinal(SystemString, SystemInt32, SystemString, SystemInt32, SystemInt32);

Raw: In(SystemString), In(SystemInt32), In(SystemString), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemString.__CompareOrdinal__SystemString_SystemString__SystemInt32

static SystemInt32 CompareOrdinal(SystemString, SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemInt32)

SystemString.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemString), In(SystemObject), Out(SystemInt32)

SystemString.__CompareTo__SystemString__SystemInt32

SystemInt32 CompareTo(SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemInt32)

SystemString.__Compare__SystemString_SystemInt32_SystemString_SystemInt32_SystemInt32_SystemBoolean_SystemGlobalizationCultureInfo__SystemInt32

static SystemInt32 Compare(SystemString, SystemInt32, SystemString, SystemInt32, SystemInt32, SystemBoolean, SystemGlobalizationCultureInfo);

Raw: In(SystemString), In(SystemInt32), In(SystemString), In(SystemInt32), In(SystemInt32), In(SystemBoolean), In(SystemGlobalizationCultureInfo), Out(SystemInt32)

SystemString.__Compare__SystemString_SystemInt32_SystemString_SystemInt32_SystemInt32_SystemBoolean__SystemInt32

static SystemInt32 Compare(SystemString, SystemInt32, SystemString, SystemInt32, SystemInt32, SystemBoolean);

Raw: In(SystemString), In(SystemInt32), In(SystemString), In(SystemInt32), In(SystemInt32), In(SystemBoolean), Out(SystemInt32)

SystemString.__Compare__SystemString_SystemInt32_SystemString_SystemInt32_SystemInt32_SystemGlobalizationCultureInfo_SystemGlobalizationCompareOptions__SystemInt32

static SystemInt32 Compare(SystemString, SystemInt32, SystemString, SystemInt32, SystemInt32, SystemGlobalizationCultureInfo, SystemGlobalizationCompareOptions);

Raw: In(SystemString), In(SystemInt32), In(SystemString), In(SystemInt32), In(SystemInt32), In(SystemGlobalizationCultureInfo), In(SystemGlobalizationCompareOptions), Out(SystemInt32)

SystemString.__Compare__SystemString_SystemInt32_SystemString_SystemInt32_SystemInt32_SystemStringComparison__SystemInt32

static SystemInt32 Compare(SystemString, SystemInt32, SystemString, SystemInt32, SystemInt32, SystemStringComparison);

Raw: In(SystemString), In(SystemInt32), In(SystemString), In(SystemInt32), In(SystemInt32), In(SystemStringComparison), Out(SystemInt32)

SystemString.__Compare__SystemString_SystemInt32_SystemString_SystemInt32_SystemInt32__SystemInt32

static SystemInt32 Compare(SystemString, SystemInt32, SystemString, SystemInt32, SystemInt32);

Raw: In(SystemString), In(SystemInt32), In(SystemString), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemString.__Compare__SystemString_SystemString_SystemBoolean_SystemGlobalizationCultureInfo__SystemInt32

static SystemInt32 Compare(SystemString, SystemString, SystemBoolean, SystemGlobalizationCultureInfo);

Raw: In(SystemString), In(SystemString), In(SystemBoolean), In(SystemGlobalizationCultureInfo), Out(SystemInt32)

SystemString.__Compare__SystemString_SystemString_SystemBoolean__SystemInt32

static SystemInt32 Compare(SystemString, SystemString, SystemBoolean);

Raw: In(SystemString), In(SystemString), In(SystemBoolean), Out(SystemInt32)

SystemString.__Compare__SystemString_SystemString_SystemGlobalizationCultureInfo_SystemGlobalizationCompareOptions__SystemInt32

static SystemInt32 Compare(SystemString, SystemString, SystemGlobalizationCultureInfo, SystemGlobalizationCompareOptions);

Raw: In(SystemString), In(SystemString), In(SystemGlobalizationCultureInfo), In(SystemGlobalizationCompareOptions), Out(SystemInt32)

SystemString.__Compare__SystemString_SystemString_SystemStringComparison__SystemInt32

static SystemInt32 Compare(SystemString, SystemString, SystemStringComparison);

Raw: In(SystemString), In(SystemString), In(SystemStringComparison), Out(SystemInt32)

SystemString.__Compare__SystemString_SystemString__SystemInt32

static SystemInt32 Compare(SystemString, SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemInt32)

SystemString.__Concat__IEnumerableT__SystemString

static SystemString Concat(IEnumerableT);

Raw: In(SystemCollectionsGenericIEnumerableUnityEngineObject), Out(SystemString)

SystemString.__Concat__SystemCollectionsGenericIEnumerableSystemString__SystemString

static SystemString Concat(SystemCollectionsGenericIEnumerableSystemString);

Raw: In(SystemCollectionsGenericIEnumerableSystemString), Out(SystemString)

SystemString.__Concat__SystemObjectArray__SystemString

static SystemString Concat(SystemObjectArray);

Raw: In(SystemObjectArray), Out(SystemString)

SystemString.__Concat__SystemObject_SystemObject_SystemObject__SystemString

static SystemString Concat(SystemObject, SystemObject, SystemObject);

Raw: In(SystemObject), In(SystemObject), In(SystemObject), Out(SystemString)

SystemString.__Concat__SystemObject_SystemObject__SystemString

static SystemString Concat(SystemObject, SystemObject);

Raw: In(SystemObject), In(SystemObject), Out(SystemString)

SystemString.__Concat__SystemObject__SystemString

static SystemString Concat(SystemObject);

Raw: In(SystemObject), Out(SystemString)

SystemString.__Concat__SystemStringArray__SystemString

static SystemString Concat(SystemStringArray);

Raw: In(SystemStringArray), Out(SystemString)

SystemString.__Concat__SystemString_SystemString_SystemString_SystemString__SystemString

static SystemString Concat(SystemString, SystemString, SystemString, SystemString);

Raw: In(SystemString), In(SystemString), In(SystemString), In(SystemString), Out(SystemString)

SystemString.__Concat__SystemString_SystemString_SystemString__SystemString

static SystemString Concat(SystemString, SystemString, SystemString);

Raw: In(SystemString), In(SystemString), In(SystemString), Out(SystemString)

SystemString.__Concat__SystemString_SystemString__SystemString

static SystemString Concat(SystemString, SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemString)

SystemString.__Contains__SystemChar_SystemStringComparison__SystemBoolean

SystemBoolean Contains(SystemChar, SystemStringComparison);

Raw: In(SystemString), In(SystemChar), In(SystemStringComparison), Out(SystemBoolean)

SystemString.__Contains__SystemChar__SystemBoolean

SystemBoolean Contains(SystemChar);

Raw: In(SystemString), In(SystemChar), Out(SystemBoolean)

SystemString.__Contains__SystemString_SystemStringComparison__SystemBoolean

SystemBoolean Contains(SystemString, SystemStringComparison);

Raw: In(SystemString), In(SystemString), In(SystemStringComparison), Out(SystemBoolean)

SystemString.__Contains__SystemString__SystemBoolean

SystemBoolean Contains(SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemBoolean)

SystemString.__CopyTo__SystemInt32_SystemCharArray_SystemInt32_SystemInt32__SystemVoid

void CopyTo(SystemInt32, SystemCharArray, SystemInt32, SystemInt32);

Raw: In(SystemString), In(SystemInt32), In(SystemCharArray), In(SystemInt32), In(SystemInt32)

SystemString.__Copy__SystemString__SystemString

static SystemString Copy(SystemString);

Raw: In(SystemString), Out(SystemString)

SystemString.__EndsWith__SystemChar__SystemBoolean

SystemBoolean EndsWith(SystemChar);

Raw: In(SystemString), In(SystemChar), Out(SystemBoolean)

SystemString.__EndsWith__SystemString_SystemBoolean_SystemGlobalizationCultureInfo__SystemBoolean

SystemBoolean EndsWith(SystemString, SystemBoolean, SystemGlobalizationCultureInfo);

Raw: In(SystemString), In(SystemString), In(SystemBoolean), In(SystemGlobalizationCultureInfo), Out(SystemBoolean)

SystemString.__EndsWith__SystemString_SystemStringComparison__SystemBoolean

SystemBoolean EndsWith(SystemString, SystemStringComparison);

Raw: In(SystemString), In(SystemString), In(SystemStringComparison), Out(SystemBoolean)

SystemString.__EndsWith__SystemString__SystemBoolean

SystemBoolean EndsWith(SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemBoolean)

SystemString.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemString), In(SystemObject), Out(SystemBoolean)

SystemString.__Equals__SystemString_SystemStringComparison__SystemBoolean

SystemBoolean Equals(SystemString, SystemStringComparison);

Raw: In(SystemString), In(SystemString), In(SystemStringComparison), Out(SystemBoolean)

SystemString.__Equals__SystemString_SystemString_SystemStringComparison__SystemBoolean

static SystemBoolean Equals(SystemString, SystemString, SystemStringComparison);

Raw: In(SystemString), In(SystemString), In(SystemStringComparison), Out(SystemBoolean)

SystemString.__Equals__SystemString_SystemString__SystemBoolean

static SystemBoolean Equals(SystemString, SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemBoolean)

SystemString.__Equals__SystemString__SystemBoolean

SystemBoolean Equals(SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemBoolean)

SystemString.__Format__SystemIFormatProvider_SystemString_SystemObjectArray__SystemString

static SystemString Format(SystemIFormatProvider, SystemString, SystemObjectArray);

Raw: In(SystemIFormatProvider), In(SystemString), In(SystemObjectArray), Out(SystemString)

SystemString.__Format__SystemIFormatProvider_SystemString_SystemObject_SystemObject_SystemObject__SystemString

static SystemString Format(SystemIFormatProvider, SystemString, SystemObject, SystemObject, SystemObject);

Raw: In(SystemIFormatProvider), In(SystemString), In(SystemObject), In(SystemObject), In(SystemObject), Out(SystemString)

SystemString.__Format__SystemIFormatProvider_SystemString_SystemObject_SystemObject__SystemString

static SystemString Format(SystemIFormatProvider, SystemString, SystemObject, SystemObject);

Raw: In(SystemIFormatProvider), In(SystemString), In(SystemObject), In(SystemObject), Out(SystemString)

SystemString.__Format__SystemIFormatProvider_SystemString_SystemObject__SystemString

static SystemString Format(SystemIFormatProvider, SystemString, SystemObject);

Raw: In(SystemIFormatProvider), In(SystemString), In(SystemObject), Out(SystemString)

SystemString.__Format__SystemString_SystemObjectArray__SystemString

static SystemString Format(SystemString, SystemObjectArray);

Raw: In(SystemString), In(SystemObjectArray), Out(SystemString)

SystemString.__Format__SystemString_SystemObject_SystemObject_SystemObject__SystemString

static SystemString Format(SystemString, SystemObject, SystemObject, SystemObject);

Raw: In(SystemString), In(SystemObject), In(SystemObject), In(SystemObject), Out(SystemString)

SystemString.__Format__SystemString_SystemObject_SystemObject__SystemString

static SystemString Format(SystemString, SystemObject, SystemObject);

Raw: In(SystemString), In(SystemObject), In(SystemObject), Out(SystemString)

SystemString.__Format__SystemString_SystemObject__SystemString

static SystemString Format(SystemString, SystemObject);

Raw: In(SystemString), In(SystemObject), Out(SystemString)

SystemString.__GetEnumerator__SystemCharEnumerator

SystemCharEnumerator GetEnumerator();

Raw: In(SystemString), Out(SystemCharEnumerator)

SystemString.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemString), Out(SystemInt32)

SystemString.__GetHashCode__SystemStringComparison__SystemInt32

SystemInt32 GetHashCode(SystemStringComparison);

Raw: In(SystemString), In(SystemStringComparison), Out(SystemInt32)

SystemString.__GetType__SystemType

SystemType GetType();

Raw: In(SystemString), Out(SystemType)

SystemString.__IndexOfAny__SystemCharArray_SystemInt32_SystemInt32__SystemInt32

SystemInt32 IndexOfAny(SystemCharArray, SystemInt32, SystemInt32);

Raw: In(SystemString), In(SystemCharArray), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemString.__IndexOfAny__SystemCharArray_SystemInt32__SystemInt32

SystemInt32 IndexOfAny(SystemCharArray, SystemInt32);

Raw: In(SystemString), In(SystemCharArray), In(SystemInt32), Out(SystemInt32)

SystemString.__IndexOfAny__SystemCharArray__SystemInt32

SystemInt32 IndexOfAny(SystemCharArray);

Raw: In(SystemString), In(SystemCharArray), Out(SystemInt32)

SystemString.__IndexOf__SystemChar_SystemInt32_SystemInt32__SystemInt32

SystemInt32 IndexOf(SystemChar, SystemInt32, SystemInt32);

Raw: In(SystemString), In(SystemChar), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemString.__IndexOf__SystemChar_SystemInt32__SystemInt32

SystemInt32 IndexOf(SystemChar, SystemInt32);

Raw: In(SystemString), In(SystemChar), In(SystemInt32), Out(SystemInt32)

SystemString.__IndexOf__SystemChar_SystemStringComparison__SystemInt32

SystemInt32 IndexOf(SystemChar, SystemStringComparison);

Raw: In(SystemString), In(SystemChar), In(SystemStringComparison), Out(SystemInt32)

SystemString.__IndexOf__SystemChar__SystemInt32

SystemInt32 IndexOf(SystemChar);

Raw: In(SystemString), In(SystemChar), Out(SystemInt32)

SystemString.__IndexOf__SystemString_SystemInt32_SystemInt32_SystemStringComparison__SystemInt32

SystemInt32 IndexOf(SystemString, SystemInt32, SystemInt32, SystemStringComparison);

Raw: In(SystemString), In(SystemString), In(SystemInt32), In(SystemInt32), In(SystemStringComparison), Out(SystemInt32)

SystemString.__IndexOf__SystemString_SystemInt32_SystemInt32__SystemInt32

SystemInt32 IndexOf(SystemString, SystemInt32, SystemInt32);

Raw: In(SystemString), In(SystemString), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemString.__IndexOf__SystemString_SystemInt32_SystemStringComparison__SystemInt32

SystemInt32 IndexOf(SystemString, SystemInt32, SystemStringComparison);

Raw: In(SystemString), In(SystemString), In(SystemInt32), In(SystemStringComparison), Out(SystemInt32)

SystemString.__IndexOf__SystemString_SystemInt32__SystemInt32

SystemInt32 IndexOf(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemString), In(SystemInt32), Out(SystemInt32)

SystemString.__IndexOf__SystemString_SystemStringComparison__SystemInt32

SystemInt32 IndexOf(SystemString, SystemStringComparison);

Raw: In(SystemString), In(SystemString), In(SystemStringComparison), Out(SystemInt32)

SystemString.__IndexOf__SystemString__SystemInt32

SystemInt32 IndexOf(SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemInt32)

SystemString.__Insert__SystemInt32_SystemString__SystemString

SystemString Insert(SystemInt32, SystemString);

Raw: In(SystemString), In(SystemInt32), In(SystemString), Out(SystemString)

SystemString.__Intern__SystemString__SystemString

static SystemString Intern(SystemString);

Raw: In(SystemString), Out(SystemString)

SystemString.__IsInterned__SystemString__SystemString

static SystemString IsInterned(SystemString);

Raw: In(SystemString), Out(SystemString)

SystemString.__IsNormalized__SystemBoolean

SystemBoolean IsNormalized();

Raw: In(SystemString), Out(SystemBoolean)

SystemString.__IsNormalized__SystemTextNormalizationForm__SystemBoolean

SystemBoolean IsNormalized(SystemTextNormalizationForm);

Raw: In(SystemString), In(SystemTextNormalizationForm), Out(SystemBoolean)

SystemString.__IsNullOrEmpty__SystemString__SystemBoolean

static SystemBoolean IsNullOrEmpty(SystemString);

Raw: In(SystemString), Out(SystemBoolean)

SystemString.__IsNullOrWhiteSpace__SystemString__SystemBoolean

static SystemBoolean IsNullOrWhiteSpace(SystemString);

Raw: In(SystemString), Out(SystemBoolean)

SystemString.__Join__SystemChar_SystemObjectArray__SystemString

static SystemString Join(SystemChar, SystemObjectArray);

Raw: In(SystemChar), In(SystemObjectArray), Out(SystemString)

SystemString.__Join__SystemChar_SystemStringArray_SystemInt32_SystemInt32__SystemString

static SystemString Join(SystemChar, SystemStringArray, SystemInt32, SystemInt32);

Raw: In(SystemChar), In(SystemStringArray), In(SystemInt32), In(SystemInt32), Out(SystemString)

SystemString.__Join__SystemChar_SystemStringArray__SystemString

static SystemString Join(SystemChar, SystemStringArray);

Raw: In(SystemChar), In(SystemStringArray), Out(SystemString)

SystemString.__Join__SystemString_IEnumerableT__SystemString

static SystemString Join(SystemString, IEnumerableT);

Raw: In(SystemString), In(SystemCollectionsGenericIEnumerableUnityEngineObject), Out(SystemString)

SystemString.__Join__SystemString_SystemCollectionsGenericIEnumerableSystemString__SystemString

static SystemString Join(SystemString, SystemCollectionsGenericIEnumerableSystemString);

Raw: In(SystemString), In(SystemCollectionsGenericIEnumerableSystemString), Out(SystemString)

SystemString.__Join__SystemString_SystemObjectArray__SystemString

static SystemString Join(SystemString, SystemObjectArray);

Raw: In(SystemString), In(SystemObjectArray), Out(SystemString)

SystemString.__Join__SystemString_SystemStringArray_SystemInt32_SystemInt32__SystemString

static SystemString Join(SystemString, SystemStringArray, SystemInt32, SystemInt32);

Raw: In(SystemString), In(SystemStringArray), In(SystemInt32), In(SystemInt32), Out(SystemString)

SystemString.__Join__SystemString_SystemStringArray__SystemString

static SystemString Join(SystemString, SystemStringArray);

Raw: In(SystemString), In(SystemStringArray), Out(SystemString)

SystemString.__LastIndexOfAny__SystemCharArray_SystemInt32_SystemInt32__SystemInt32

SystemInt32 LastIndexOfAny(SystemCharArray, SystemInt32, SystemInt32);

Raw: In(SystemString), In(SystemCharArray), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemString.__LastIndexOfAny__SystemCharArray_SystemInt32__SystemInt32

SystemInt32 LastIndexOfAny(SystemCharArray, SystemInt32);

Raw: In(SystemString), In(SystemCharArray), In(SystemInt32), Out(SystemInt32)

SystemString.__LastIndexOfAny__SystemCharArray__SystemInt32

SystemInt32 LastIndexOfAny(SystemCharArray);

Raw: In(SystemString), In(SystemCharArray), Out(SystemInt32)

SystemString.__LastIndexOf__SystemChar_SystemInt32_SystemInt32__SystemInt32

SystemInt32 LastIndexOf(SystemChar, SystemInt32, SystemInt32);

Raw: In(SystemString), In(SystemChar), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemString.__LastIndexOf__SystemChar_SystemInt32__SystemInt32

SystemInt32 LastIndexOf(SystemChar, SystemInt32);

Raw: In(SystemString), In(SystemChar), In(SystemInt32), Out(SystemInt32)

SystemString.__LastIndexOf__SystemChar__SystemInt32

SystemInt32 LastIndexOf(SystemChar);

Raw: In(SystemString), In(SystemChar), Out(SystemInt32)

SystemString.__LastIndexOf__SystemString_SystemInt32_SystemInt32_SystemStringComparison__SystemInt32

SystemInt32 LastIndexOf(SystemString, SystemInt32, SystemInt32, SystemStringComparison);

Raw: In(SystemString), In(SystemString), In(SystemInt32), In(SystemInt32), In(SystemStringComparison), Out(SystemInt32)

SystemString.__LastIndexOf__SystemString_SystemInt32_SystemInt32__SystemInt32

SystemInt32 LastIndexOf(SystemString, SystemInt32, SystemInt32);

Raw: In(SystemString), In(SystemString), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemString.__LastIndexOf__SystemString_SystemInt32_SystemStringComparison__SystemInt32

SystemInt32 LastIndexOf(SystemString, SystemInt32, SystemStringComparison);

Raw: In(SystemString), In(SystemString), In(SystemInt32), In(SystemStringComparison), Out(SystemInt32)

SystemString.__LastIndexOf__SystemString_SystemInt32__SystemInt32

SystemInt32 LastIndexOf(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemString), In(SystemInt32), Out(SystemInt32)

SystemString.__LastIndexOf__SystemString_SystemStringComparison__SystemInt32

SystemInt32 LastIndexOf(SystemString, SystemStringComparison);

Raw: In(SystemString), In(SystemString), In(SystemStringComparison), Out(SystemInt32)

SystemString.__LastIndexOf__SystemString__SystemInt32

SystemInt32 LastIndexOf(SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemInt32)

SystemString.__Normalize__SystemString

SystemString Normalize();

Raw: In(SystemString), Out(SystemString)

SystemString.__Normalize__SystemTextNormalizationForm__SystemString

SystemString Normalize(SystemTextNormalizationForm);

Raw: In(SystemString), In(SystemTextNormalizationForm), Out(SystemString)

SystemString.__PadLeft__SystemInt32_SystemChar__SystemString

SystemString PadLeft(SystemInt32, SystemChar);

Raw: In(SystemString), In(SystemInt32), In(SystemChar), Out(SystemString)

SystemString.__PadLeft__SystemInt32__SystemString

SystemString PadLeft(SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemString)

SystemString.__PadRight__SystemInt32_SystemChar__SystemString

SystemString PadRight(SystemInt32, SystemChar);

Raw: In(SystemString), In(SystemInt32), In(SystemChar), Out(SystemString)

SystemString.__PadRight__SystemInt32__SystemString

SystemString PadRight(SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemString)

SystemString.__Remove__SystemInt32_SystemInt32__SystemString

SystemString Remove(SystemInt32, SystemInt32);

Raw: In(SystemString), In(SystemInt32), In(SystemInt32), Out(SystemString)

SystemString.__Remove__SystemInt32__SystemString

SystemString Remove(SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemString)

SystemString.__Replace__SystemChar_SystemChar__SystemString

SystemString Replace(SystemChar, SystemChar);

Raw: In(SystemString), In(SystemChar), In(SystemChar), Out(SystemString)

SystemString.__Replace__SystemString_SystemString_SystemBoolean_SystemGlobalizationCultureInfo__SystemString

SystemString Replace(SystemString, SystemString, SystemBoolean, SystemGlobalizationCultureInfo);

Raw: In(SystemString), In(SystemString), In(SystemString), In(SystemBoolean), In(SystemGlobalizationCultureInfo), Out(SystemString)

SystemString.__Replace__SystemString_SystemString_SystemStringComparison__SystemString

SystemString Replace(SystemString, SystemString, SystemStringComparison);

Raw: In(SystemString), In(SystemString), In(SystemString), In(SystemStringComparison), Out(SystemString)

SystemString.__Replace__SystemString_SystemString__SystemString

SystemString Replace(SystemString, SystemString);

Raw: In(SystemString), In(SystemString), In(SystemString), Out(SystemString)

SystemString.__Split__SystemCharArray_SystemInt32_SystemStringSplitOptions__SystemStringArray

SystemStringArray Split(SystemCharArray, SystemInt32, SystemStringSplitOptions);

Raw: In(SystemString), In(SystemCharArray), In(SystemInt32), In(SystemStringSplitOptions), Out(SystemStringArray)

SystemString.__Split__SystemCharArray_SystemInt32__SystemStringArray

SystemStringArray Split(SystemCharArray, SystemInt32);

Raw: In(SystemString), In(SystemCharArray), In(SystemInt32), Out(SystemStringArray)

SystemString.__Split__SystemCharArray_SystemStringSplitOptions__SystemStringArray

SystemStringArray Split(SystemCharArray, SystemStringSplitOptions);

Raw: In(SystemString), In(SystemCharArray), In(SystemStringSplitOptions), Out(SystemStringArray)

SystemString.__Split__SystemCharArray__SystemStringArray

SystemStringArray Split(SystemCharArray);

Raw: In(SystemString), In(SystemCharArray), Out(SystemStringArray)

SystemString.__Split__SystemChar_SystemInt32_SystemStringSplitOptions__SystemStringArray

SystemStringArray Split(SystemChar, SystemInt32, SystemStringSplitOptions);

Raw: In(SystemString), In(SystemChar), In(SystemInt32), In(SystemStringSplitOptions), Out(SystemStringArray)

SystemString.__Split__SystemChar_SystemStringSplitOptions__SystemStringArray

SystemStringArray Split(SystemChar, SystemStringSplitOptions);

Raw: In(SystemString), In(SystemChar), In(SystemStringSplitOptions), Out(SystemStringArray)

SystemString.__Split__SystemStringArray_SystemInt32_SystemStringSplitOptions__SystemStringArray

SystemStringArray Split(SystemStringArray, SystemInt32, SystemStringSplitOptions);

Raw: In(SystemString), In(SystemStringArray), In(SystemInt32), In(SystemStringSplitOptions), Out(SystemStringArray)

SystemString.__Split__SystemStringArray_SystemStringSplitOptions__SystemStringArray

SystemStringArray Split(SystemStringArray, SystemStringSplitOptions);

Raw: In(SystemString), In(SystemStringArray), In(SystemStringSplitOptions), Out(SystemStringArray)

SystemString.__Split__SystemString_SystemInt32_SystemStringSplitOptions__SystemStringArray

SystemStringArray Split(SystemString, SystemInt32, SystemStringSplitOptions);

Raw: In(SystemString), In(SystemString), In(SystemInt32), In(SystemStringSplitOptions), Out(SystemStringArray)

SystemString.__Split__SystemString_SystemStringSplitOptions__SystemStringArray

SystemStringArray Split(SystemString, SystemStringSplitOptions);

Raw: In(SystemString), In(SystemString), In(SystemStringSplitOptions), Out(SystemStringArray)

SystemString.__StartsWith__SystemChar__SystemBoolean

SystemBoolean StartsWith(SystemChar);

Raw: In(SystemString), In(SystemChar), Out(SystemBoolean)

SystemString.__StartsWith__SystemString_SystemBoolean_SystemGlobalizationCultureInfo__SystemBoolean

SystemBoolean StartsWith(SystemString, SystemBoolean, SystemGlobalizationCultureInfo);

Raw: In(SystemString), In(SystemString), In(SystemBoolean), In(SystemGlobalizationCultureInfo), Out(SystemBoolean)

SystemString.__StartsWith__SystemString_SystemStringComparison__SystemBoolean

SystemBoolean StartsWith(SystemString, SystemStringComparison);

Raw: In(SystemString), In(SystemString), In(SystemStringComparison), Out(SystemBoolean)

SystemString.__StartsWith__SystemString__SystemBoolean

SystemBoolean StartsWith(SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemBoolean)

SystemString.__Substring__SystemInt32_SystemInt32__SystemString

SystemString Substring(SystemInt32, SystemInt32);

Raw: In(SystemString), In(SystemInt32), In(SystemInt32), Out(SystemString)

SystemString.__Substring__SystemInt32__SystemString

SystemString Substring(SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemString)

SystemString.__ToCharArray__SystemCharArray

SystemCharArray ToCharArray();

Raw: In(SystemString), Out(SystemCharArray)

SystemString.__ToCharArray__SystemInt32_SystemInt32__SystemCharArray

SystemCharArray ToCharArray(SystemInt32, SystemInt32);

Raw: In(SystemString), In(SystemInt32), In(SystemInt32), Out(SystemCharArray)

SystemString.__ToLowerInvariant__SystemString

SystemString ToLowerInvariant();

Raw: In(SystemString), Out(SystemString)

SystemString.__ToLower__SystemGlobalizationCultureInfo__SystemString

SystemString ToLower(SystemGlobalizationCultureInfo);

Raw: In(SystemString), In(SystemGlobalizationCultureInfo), Out(SystemString)

SystemString.__ToLower__SystemString

SystemString ToLower();

Raw: In(SystemString), Out(SystemString)

SystemString.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemString.__ToString__SystemString

SystemString ToString();

Raw: In(SystemString), Out(SystemString)

SystemString.__ToUpperInvariant__SystemString

SystemString ToUpperInvariant();

Raw: In(SystemString), Out(SystemString)

SystemString.__ToUpper__SystemGlobalizationCultureInfo__SystemString

SystemString ToUpper(SystemGlobalizationCultureInfo);

Raw: In(SystemString), In(SystemGlobalizationCultureInfo), Out(SystemString)

SystemString.__ToUpper__SystemString

SystemString ToUpper();

Raw: In(SystemString), Out(SystemString)

SystemString.__TrimEnd__SystemCharArray__SystemString

SystemString TrimEnd(SystemCharArray);

Raw: In(SystemString), In(SystemCharArray), Out(SystemString)

SystemString.__TrimEnd__SystemChar__SystemString

SystemString TrimEnd(SystemChar);

Raw: In(SystemString), In(SystemChar), Out(SystemString)

SystemString.__TrimEnd__SystemString

SystemString TrimEnd();

Raw: In(SystemString), Out(SystemString)

SystemString.__TrimStart__SystemCharArray__SystemString

SystemString TrimStart(SystemCharArray);

Raw: In(SystemString), In(SystemCharArray), Out(SystemString)

SystemString.__TrimStart__SystemChar__SystemString

SystemString TrimStart(SystemChar);

Raw: In(SystemString), In(SystemChar), Out(SystemString)

SystemString.__TrimStart__SystemString

SystemString TrimStart();

Raw: In(SystemString), Out(SystemString)

SystemString.__Trim__SystemCharArray__SystemString

SystemString Trim(SystemCharArray);

Raw: In(SystemString), In(SystemCharArray), Out(SystemString)

SystemString.__Trim__SystemChar__SystemString

SystemString Trim(SystemChar);

Raw: In(SystemString), In(SystemChar), Out(SystemString)

SystemString.__Trim__SystemString

SystemString Trim();

Raw: In(SystemString), Out(SystemString)

SystemString.__ctor__SystemCharArray_SystemInt32_SystemInt32__SystemString

static SystemString ctor(SystemCharArray, SystemInt32, SystemInt32);

Raw: In(SystemCharArray), In(SystemInt32), In(SystemInt32), Out(SystemString)

SystemString.__ctor__SystemCharArray__SystemString

static SystemString ctor(SystemCharArray);

Raw: In(SystemCharArray), Out(SystemString)

SystemString.__ctor__SystemChar_SystemInt32__SystemString

static SystemString ctor(SystemChar, SystemInt32);

Raw: In(SystemChar), In(SystemInt32), Out(SystemString)

SystemString.__get_Empty__SystemString

static SystemString get_Empty();

Raw: Out(SystemString)

SystemString.__get_Length__SystemInt32

SystemInt32 get_Length();

Raw: In(SystemString), Out(SystemInt32)

SystemString.__op_Addition__SystemString_SystemString__SystemString

static SystemString op_Addition(SystemString, SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemString)

SystemString.__op_Equality__SystemString_SystemString__SystemBoolean

static SystemBoolean op_Equality(SystemString, SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemBoolean)

SystemString.__op_Inequality__SystemString_SystemString__SystemBoolean

static SystemBoolean op_Inequality(SystemString, SystemString);

Raw: In(SystemString), In(SystemString), Out(SystemBoolean)

Enum SystemStringComparison

back to assembly

Enum values:

  • CurrentCulture = 0
  • CurrentCultureIgnoreCase = 1
  • InvariantCulture = 2
  • InvariantCultureIgnoreCase = 3
  • Ordinal = 4
  • OrdinalIgnoreCase = 5

Enum SystemStringSplitOptions

back to assembly

Enum values:

  • None = 0
  • RemoveEmptyEntries = 1

Object SystemTextEncoding

back to assembly

SystemTextEncoding.__Convert__SystemTextEncoding_SystemTextEncoding_SystemByteArray_SystemInt32_SystemInt32__SystemByteArray

static SystemByteArray Convert(SystemTextEncoding, SystemTextEncoding, SystemByteArray, SystemInt32, SystemInt32);

Raw: In(SystemTextEncoding), In(SystemTextEncoding), In(SystemByteArray), In(SystemInt32), In(SystemInt32), Out(SystemByteArray)

SystemTextEncoding.__Convert__SystemTextEncoding_SystemTextEncoding_SystemByteArray__SystemByteArray

static SystemByteArray Convert(SystemTextEncoding, SystemTextEncoding, SystemByteArray);

Raw: In(SystemTextEncoding), In(SystemTextEncoding), In(SystemByteArray), Out(SystemByteArray)

SystemTextEncoding.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemTextEncoding), In(SystemObject), Out(SystemBoolean)

SystemTextEncoding.__GetByteCount__SystemCharArray_SystemInt32_SystemInt32__SystemInt32

SystemInt32 GetByteCount(SystemCharArray, SystemInt32, SystemInt32);

Raw: In(SystemTextEncoding), In(SystemCharArray), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemTextEncoding.__GetByteCount__SystemCharArray__SystemInt32

SystemInt32 GetByteCount(SystemCharArray);

Raw: In(SystemTextEncoding), In(SystemCharArray), Out(SystemInt32)

SystemTextEncoding.__GetByteCount__SystemString_SystemInt32_SystemInt32__SystemInt32

SystemInt32 GetByteCount(SystemString, SystemInt32, SystemInt32);

Raw: In(SystemTextEncoding), In(SystemString), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemTextEncoding.__GetByteCount__SystemString__SystemInt32

SystemInt32 GetByteCount(SystemString);

Raw: In(SystemTextEncoding), In(SystemString), Out(SystemInt32)

SystemTextEncoding.__GetBytes__SystemCharArray_SystemInt32_SystemInt32_SystemByteArray_SystemInt32__SystemInt32

SystemInt32 GetBytes(SystemCharArray, SystemInt32, SystemInt32, SystemByteArray, SystemInt32);

Raw: In(SystemTextEncoding), In(SystemCharArray), In(SystemInt32), In(SystemInt32), In(SystemByteArray), In(SystemInt32), Out(SystemInt32)

SystemTextEncoding.__GetBytes__SystemCharArray_SystemInt32_SystemInt32__SystemByteArray

SystemByteArray GetBytes(SystemCharArray, SystemInt32, SystemInt32);

Raw: In(SystemTextEncoding), In(SystemCharArray), In(SystemInt32), In(SystemInt32), Out(SystemByteArray)

SystemTextEncoding.__GetBytes__SystemCharArray__SystemByteArray

SystemByteArray GetBytes(SystemCharArray);

Raw: In(SystemTextEncoding), In(SystemCharArray), Out(SystemByteArray)

SystemTextEncoding.__GetBytes__SystemString_SystemInt32_SystemInt32_SystemByteArray_SystemInt32__SystemInt32

SystemInt32 GetBytes(SystemString, SystemInt32, SystemInt32, SystemByteArray, SystemInt32);

Raw: In(SystemTextEncoding), In(SystemString), In(SystemInt32), In(SystemInt32), In(SystemByteArray), In(SystemInt32), Out(SystemInt32)

SystemTextEncoding.__GetBytes__SystemString_SystemInt32_SystemInt32__SystemByteArray

SystemByteArray GetBytes(SystemString, SystemInt32, SystemInt32);

Raw: In(SystemTextEncoding), In(SystemString), In(SystemInt32), In(SystemInt32), Out(SystemByteArray)

SystemTextEncoding.__GetBytes__SystemString__SystemByteArray

SystemByteArray GetBytes(SystemString);

Raw: In(SystemTextEncoding), In(SystemString), Out(SystemByteArray)

SystemTextEncoding.__GetCharCount__SystemByteArray_SystemInt32_SystemInt32__SystemInt32

SystemInt32 GetCharCount(SystemByteArray, SystemInt32, SystemInt32);

Raw: In(SystemTextEncoding), In(SystemByteArray), In(SystemInt32), In(SystemInt32), Out(SystemInt32)

SystemTextEncoding.__GetCharCount__SystemByteArray__SystemInt32

SystemInt32 GetCharCount(SystemByteArray);

Raw: In(SystemTextEncoding), In(SystemByteArray), Out(SystemInt32)

SystemTextEncoding.__GetChars__SystemByteArray_SystemInt32_SystemInt32_SystemCharArray_SystemInt32__SystemInt32

SystemInt32 GetChars(SystemByteArray, SystemInt32, SystemInt32, SystemCharArray, SystemInt32);

Raw: In(SystemTextEncoding), In(SystemByteArray), In(SystemInt32), In(SystemInt32), In(SystemCharArray), In(SystemInt32), Out(SystemInt32)

SystemTextEncoding.__GetChars__SystemByteArray_SystemInt32_SystemInt32__SystemCharArray

SystemCharArray GetChars(SystemByteArray, SystemInt32, SystemInt32);

Raw: In(SystemTextEncoding), In(SystemByteArray), In(SystemInt32), In(SystemInt32), Out(SystemCharArray)

SystemTextEncoding.__GetChars__SystemByteArray__SystemCharArray

SystemCharArray GetChars(SystemByteArray);

Raw: In(SystemTextEncoding), In(SystemByteArray), Out(SystemCharArray)

SystemTextEncoding.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemTextEncoding), Out(SystemInt32)

SystemTextEncoding.__GetMaxByteCount__SystemInt32__SystemInt32

SystemInt32 GetMaxByteCount(SystemInt32);

Raw: In(SystemTextEncoding), In(SystemInt32), Out(SystemInt32)

SystemTextEncoding.__GetMaxCharCount__SystemInt32__SystemInt32

SystemInt32 GetMaxCharCount(SystemInt32);

Raw: In(SystemTextEncoding), In(SystemInt32), Out(SystemInt32)

SystemTextEncoding.__GetPreamble__SystemByteArray

SystemByteArray GetPreamble();

Raw: In(SystemTextEncoding), Out(SystemByteArray)

SystemTextEncoding.__GetString__SystemByteArray_SystemInt32_SystemInt32__SystemString

SystemString GetString(SystemByteArray, SystemInt32, SystemInt32);

Raw: In(SystemTextEncoding), In(SystemByteArray), In(SystemInt32), In(SystemInt32), Out(SystemString)

SystemTextEncoding.__GetString__SystemByteArray__SystemString

SystemString GetString(SystemByteArray);

Raw: In(SystemTextEncoding), In(SystemByteArray), Out(SystemString)

SystemTextEncoding.__GetType__SystemType

SystemType GetType();

Raw: In(SystemTextEncoding), Out(SystemType)

SystemTextEncoding.__IsAlwaysNormalized__SystemBoolean

SystemBoolean IsAlwaysNormalized();

Raw: In(SystemTextEncoding), Out(SystemBoolean)

SystemTextEncoding.__IsAlwaysNormalized__SystemTextNormalizationForm__SystemBoolean

SystemBoolean IsAlwaysNormalized(SystemTextNormalizationForm);

Raw: In(SystemTextEncoding), In(SystemTextNormalizationForm), Out(SystemBoolean)

SystemTextEncoding.__ToString__SystemString

SystemString ToString();

Raw: In(SystemTextEncoding), Out(SystemString)

SystemTextEncoding.__get_ASCII__SystemTextEncoding

static SystemTextEncoding get_ASCII();

Raw: Out(SystemTextEncoding)

SystemTextEncoding.__get_BigEndianUnicode__SystemTextEncoding

static SystemTextEncoding get_BigEndianUnicode();

Raw: Out(SystemTextEncoding)

SystemTextEncoding.__get_BodyName__SystemString

SystemString get_BodyName();

Raw: In(SystemTextEncoding), Out(SystemString)

SystemTextEncoding.__get_EncodingName__SystemString

SystemString get_EncodingName();

Raw: In(SystemTextEncoding), Out(SystemString)

SystemTextEncoding.__get_HeaderName__SystemString

SystemString get_HeaderName();

Raw: In(SystemTextEncoding), Out(SystemString)

SystemTextEncoding.__get_IsReadOnly__SystemBoolean

SystemBoolean get_IsReadOnly();

Raw: In(SystemTextEncoding), Out(SystemBoolean)

SystemTextEncoding.__get_IsSingleByte__SystemBoolean

SystemBoolean get_IsSingleByte();

Raw: In(SystemTextEncoding), Out(SystemBoolean)

SystemTextEncoding.__get_UTF32__SystemTextEncoding

static SystemTextEncoding get_UTF32();

Raw: Out(SystemTextEncoding)

SystemTextEncoding.__get_UTF8__SystemTextEncoding

static SystemTextEncoding get_UTF8();

Raw: Out(SystemTextEncoding)

SystemTextEncoding.__get_Unicode__SystemTextEncoding

static SystemTextEncoding get_Unicode();

Raw: Out(SystemTextEncoding)

SystemTextEncoding.__get_WebName__SystemString

SystemString get_WebName();

Raw: In(SystemTextEncoding), Out(SystemString)

Enum SystemTextNormalizationForm

back to assembly

Enum values:

  • FormC = 1
  • FormD = 2
  • FormKC = 5
  • FormKD = 6

Object SystemTextStringBuilder

back to assembly

to array type

SystemTextStringBuilder.__AppendFormat__SystemIFormatProvider_SystemString_SystemObjectArray__SystemTextStringBuilder

SystemTextStringBuilder AppendFormat(SystemIFormatProvider, SystemString, SystemObjectArray);

Raw: In(SystemTextStringBuilder), In(SystemIFormatProvider), In(SystemString), In(SystemObjectArray), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__AppendFormat__SystemIFormatProvider_SystemString_SystemObject_SystemObject_SystemObject__SystemTextStringBuilder

SystemTextStringBuilder AppendFormat(SystemIFormatProvider, SystemString, SystemObject, SystemObject, SystemObject);

Raw: In(SystemTextStringBuilder), In(SystemIFormatProvider), In(SystemString), In(SystemObject), In(SystemObject), In(SystemObject), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__AppendFormat__SystemIFormatProvider_SystemString_SystemObject_SystemObject__SystemTextStringBuilder

SystemTextStringBuilder AppendFormat(SystemIFormatProvider, SystemString, SystemObject, SystemObject);

Raw: In(SystemTextStringBuilder), In(SystemIFormatProvider), In(SystemString), In(SystemObject), In(SystemObject), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__AppendFormat__SystemIFormatProvider_SystemString_SystemObject__SystemTextStringBuilder

SystemTextStringBuilder AppendFormat(SystemIFormatProvider, SystemString, SystemObject);

Raw: In(SystemTextStringBuilder), In(SystemIFormatProvider), In(SystemString), In(SystemObject), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__AppendFormat__SystemString_SystemObjectArray__SystemTextStringBuilder

SystemTextStringBuilder AppendFormat(SystemString, SystemObjectArray);

Raw: In(SystemTextStringBuilder), In(SystemString), In(SystemObjectArray), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__AppendFormat__SystemString_SystemObject_SystemObject_SystemObject__SystemTextStringBuilder

SystemTextStringBuilder AppendFormat(SystemString, SystemObject, SystemObject, SystemObject);

Raw: In(SystemTextStringBuilder), In(SystemString), In(SystemObject), In(SystemObject), In(SystemObject), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__AppendFormat__SystemString_SystemObject_SystemObject__SystemTextStringBuilder

SystemTextStringBuilder AppendFormat(SystemString, SystemObject, SystemObject);

Raw: In(SystemTextStringBuilder), In(SystemString), In(SystemObject), In(SystemObject), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__AppendFormat__SystemString_SystemObject__SystemTextStringBuilder

SystemTextStringBuilder AppendFormat(SystemString, SystemObject);

Raw: In(SystemTextStringBuilder), In(SystemString), In(SystemObject), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__AppendJoin__SystemChar_SystemObjectArray__SystemTextStringBuilder

SystemTextStringBuilder AppendJoin(SystemChar, SystemObjectArray);

Raw: In(SystemTextStringBuilder), In(SystemChar), In(SystemObjectArray), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__AppendJoin__SystemChar_SystemStringArray__SystemTextStringBuilder

SystemTextStringBuilder AppendJoin(SystemChar, SystemStringArray);

Raw: In(SystemTextStringBuilder), In(SystemChar), In(SystemStringArray), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__AppendJoin__SystemString_SystemObjectArray__SystemTextStringBuilder

SystemTextStringBuilder AppendJoin(SystemString, SystemObjectArray);

Raw: In(SystemTextStringBuilder), In(SystemString), In(SystemObjectArray), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__AppendJoin__SystemString_SystemStringArray__SystemTextStringBuilder

SystemTextStringBuilder AppendJoin(SystemString, SystemStringArray);

Raw: In(SystemTextStringBuilder), In(SystemString), In(SystemStringArray), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__AppendLine__SystemString__SystemTextStringBuilder

SystemTextStringBuilder AppendLine(SystemString);

Raw: In(SystemTextStringBuilder), In(SystemString), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__AppendLine__SystemTextStringBuilder

SystemTextStringBuilder AppendLine();

Raw: In(SystemTextStringBuilder), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemBoolean__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemBoolean);

Raw: In(SystemTextStringBuilder), In(SystemBoolean), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemByte__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemByte);

Raw: In(SystemTextStringBuilder), In(SystemByte), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemCharArray_SystemInt32_SystemInt32__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemCharArray, SystemInt32, SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemCharArray), In(SystemInt32), In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemCharArray__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemCharArray);

Raw: In(SystemTextStringBuilder), In(SystemCharArray), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemChar_SystemInt32__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemChar, SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemChar), In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemChar__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemChar);

Raw: In(SystemTextStringBuilder), In(SystemChar), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemDecimal__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemDecimal);

Raw: In(SystemTextStringBuilder), In(SystemDecimal), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemDouble__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemDouble);

Raw: In(SystemTextStringBuilder), In(SystemDouble), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemInt16__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemInt16);

Raw: In(SystemTextStringBuilder), In(SystemInt16), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemInt32__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemInt64__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemInt64);

Raw: In(SystemTextStringBuilder), In(SystemInt64), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemObject__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemObject);

Raw: In(SystemTextStringBuilder), In(SystemObject), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemSByte__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemSByte);

Raw: In(SystemTextStringBuilder), In(SystemSByte), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemSingle__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemSingle);

Raw: In(SystemTextStringBuilder), In(SystemSingle), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemString_SystemInt32_SystemInt32__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemString, SystemInt32, SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemString), In(SystemInt32), In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemString__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemString);

Raw: In(SystemTextStringBuilder), In(SystemString), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemTextStringBuilder_SystemInt32_SystemInt32__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemTextStringBuilder, SystemInt32, SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemTextStringBuilder), In(SystemInt32), In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemTextStringBuilder__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemTextStringBuilder);

Raw: In(SystemTextStringBuilder), In(SystemTextStringBuilder), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemUInt16__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemUInt16);

Raw: In(SystemTextStringBuilder), In(SystemUInt16), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemUInt32__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemUInt32);

Raw: In(SystemTextStringBuilder), In(SystemUInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Append__SystemUInt64__SystemTextStringBuilder

SystemTextStringBuilder Append(SystemUInt64);

Raw: In(SystemTextStringBuilder), In(SystemUInt64), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Clear__SystemTextStringBuilder

SystemTextStringBuilder Clear();

Raw: In(SystemTextStringBuilder), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__CopyTo__SystemInt32_SystemCharArray_SystemInt32_SystemInt32__SystemVoid

void CopyTo(SystemInt32, SystemCharArray, SystemInt32, SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemCharArray), In(SystemInt32), In(SystemInt32)

SystemTextStringBuilder.__EnsureCapacity__SystemInt32__SystemInt32

SystemInt32 EnsureCapacity(SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemInt32), Out(SystemInt32)

SystemTextStringBuilder.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemTextStringBuilder), In(SystemObject), Out(SystemBoolean)

SystemTextStringBuilder.__Equals__SystemTextStringBuilder__SystemBoolean

SystemBoolean Equals(SystemTextStringBuilder);

Raw: In(SystemTextStringBuilder), In(SystemTextStringBuilder), Out(SystemBoolean)

SystemTextStringBuilder.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemTextStringBuilder), Out(SystemInt32)

SystemTextStringBuilder.__GetType__SystemType

SystemType GetType();

Raw: In(SystemTextStringBuilder), Out(SystemType)

SystemTextStringBuilder.__Insert__SystemInt32_SystemBoolean__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemBoolean);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemBoolean), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemByte__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemByte);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemByte), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemCharArray_SystemInt32_SystemInt32__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemCharArray, SystemInt32, SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemCharArray), In(SystemInt32), In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemCharArray__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemCharArray);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemCharArray), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemChar__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemChar);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemChar), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemDecimal__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemDecimal);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemDecimal), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemDouble__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemDouble);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemDouble), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemInt16__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemInt16);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemInt16), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemInt32__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemInt64__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemInt64);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemInt64), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemObject__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemObject);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemObject), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemSByte__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemSByte);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemSByte), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemSingle__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemSingle);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemSingle), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemString_SystemInt32__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemString, SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemString), In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemString__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemString);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemString), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemUInt16__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemUInt16);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemUInt16), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemUInt32__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemUInt32);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemUInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Insert__SystemInt32_SystemUInt64__SystemTextStringBuilder

SystemTextStringBuilder Insert(SystemInt32, SystemUInt64);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemUInt64), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Remove__SystemInt32_SystemInt32__SystemTextStringBuilder

SystemTextStringBuilder Remove(SystemInt32, SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Replace__SystemChar_SystemChar_SystemInt32_SystemInt32__SystemTextStringBuilder

SystemTextStringBuilder Replace(SystemChar, SystemChar, SystemInt32, SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemChar), In(SystemChar), In(SystemInt32), In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Replace__SystemChar_SystemChar__SystemTextStringBuilder

SystemTextStringBuilder Replace(SystemChar, SystemChar);

Raw: In(SystemTextStringBuilder), In(SystemChar), In(SystemChar), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Replace__SystemString_SystemString_SystemInt32_SystemInt32__SystemTextStringBuilder

SystemTextStringBuilder Replace(SystemString, SystemString, SystemInt32, SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemString), In(SystemString), In(SystemInt32), In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__Replace__SystemString_SystemString__SystemTextStringBuilder

SystemTextStringBuilder Replace(SystemString, SystemString);

Raw: In(SystemTextStringBuilder), In(SystemString), In(SystemString), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__ToString__SystemInt32_SystemInt32__SystemString

SystemString ToString(SystemInt32, SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemInt32), Out(SystemString)

SystemTextStringBuilder.__ToString__SystemString

SystemString ToString();

Raw: In(SystemTextStringBuilder), Out(SystemString)

SystemTextStringBuilder.__ctor__SystemInt32_SystemInt32__SystemTextStringBuilder

static SystemTextStringBuilder ctor(SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__ctor__SystemInt32__SystemTextStringBuilder

static SystemTextStringBuilder ctor(SystemInt32);

Raw: In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__ctor__SystemString_SystemInt32_SystemInt32_SystemInt32__SystemTextStringBuilder

static SystemTextStringBuilder ctor(SystemString, SystemInt32, SystemInt32, SystemInt32);

Raw: In(SystemString), In(SystemInt32), In(SystemInt32), In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__ctor__SystemString_SystemInt32__SystemTextStringBuilder

static SystemTextStringBuilder ctor(SystemString, SystemInt32);

Raw: In(SystemString), In(SystemInt32), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__ctor__SystemString__SystemTextStringBuilder

static SystemTextStringBuilder ctor(SystemString);

Raw: In(SystemString), Out(SystemTextStringBuilder)

SystemTextStringBuilder.__ctor____SystemTextStringBuilder

static SystemTextStringBuilder ctor();

Raw: Out(SystemTextStringBuilder)

SystemTextStringBuilder.__get_Capacity__SystemInt32

SystemInt32 get_Capacity();

Raw: In(SystemTextStringBuilder), Out(SystemInt32)

SystemTextStringBuilder.__get_Chars__SystemInt32__SystemChar

SystemChar get_Chars(SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemInt32), Out(SystemChar)

SystemTextStringBuilder.__get_Length__SystemInt32

SystemInt32 get_Length();

Raw: In(SystemTextStringBuilder), Out(SystemInt32)

SystemTextStringBuilder.__get_MaxCapacity__SystemInt32

SystemInt32 get_MaxCapacity();

Raw: In(SystemTextStringBuilder), Out(SystemInt32)

SystemTextStringBuilder.__set_Capacity__SystemInt32__SystemVoid

void set_Capacity(SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemInt32)

SystemTextStringBuilder.__set_Chars__SystemInt32_SystemChar__SystemVoid

void set_Chars(SystemInt32, SystemChar);

Raw: In(SystemTextStringBuilder), In(SystemInt32), In(SystemChar)

SystemTextStringBuilder.__set_Length__SystemInt32__SystemVoid

void set_Length(SystemInt32);

Raw: In(SystemTextStringBuilder), In(SystemInt32)

Struct SystemThreadingCancellationToken

back to assembly

Struct SystemTimeSpan

back to assembly

to array type

SystemTimeSpan.__Add__SystemTimeSpan__SystemTimeSpan

SystemTimeSpan Add(SystemTimeSpan);

Raw: In(SystemTimeSpan), In(SystemTimeSpan), Out(SystemTimeSpan)

SystemTimeSpan.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemTimeSpan), In(SystemObject), Out(SystemInt32)

SystemTimeSpan.__CompareTo__SystemTimeSpan__SystemInt32

SystemInt32 CompareTo(SystemTimeSpan);

Raw: In(SystemTimeSpan), In(SystemTimeSpan), Out(SystemInt32)

SystemTimeSpan.__Compare__SystemTimeSpan_SystemTimeSpan__SystemInt32

static SystemInt32 Compare(SystemTimeSpan, SystemTimeSpan);

Raw: In(SystemTimeSpan), In(SystemTimeSpan), Out(SystemInt32)

SystemTimeSpan.__Duration__SystemTimeSpan

SystemTimeSpan Duration();

Raw: In(SystemTimeSpan), Out(SystemTimeSpan)

SystemTimeSpan.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemTimeSpan), In(SystemObject), Out(SystemBoolean)

SystemTimeSpan.__Equals__SystemTimeSpan_SystemTimeSpan__SystemBoolean

static SystemBoolean Equals(SystemTimeSpan, SystemTimeSpan);

Raw: In(SystemTimeSpan), In(SystemTimeSpan), Out(SystemBoolean)

SystemTimeSpan.__Equals__SystemTimeSpan__SystemBoolean

SystemBoolean Equals(SystemTimeSpan);

Raw: In(SystemTimeSpan), In(SystemTimeSpan), Out(SystemBoolean)

SystemTimeSpan.__FromDays__SystemDouble__SystemTimeSpan

static SystemTimeSpan FromDays(SystemDouble);

Raw: In(SystemDouble), Out(SystemTimeSpan)

SystemTimeSpan.__FromHours__SystemDouble__SystemTimeSpan

static SystemTimeSpan FromHours(SystemDouble);

Raw: In(SystemDouble), Out(SystemTimeSpan)

SystemTimeSpan.__FromMilliseconds__SystemDouble__SystemTimeSpan

static SystemTimeSpan FromMilliseconds(SystemDouble);

Raw: In(SystemDouble), Out(SystemTimeSpan)

SystemTimeSpan.__FromMinutes__SystemDouble__SystemTimeSpan

static SystemTimeSpan FromMinutes(SystemDouble);

Raw: In(SystemDouble), Out(SystemTimeSpan)

SystemTimeSpan.__FromSeconds__SystemDouble__SystemTimeSpan

static SystemTimeSpan FromSeconds(SystemDouble);

Raw: In(SystemDouble), Out(SystemTimeSpan)

SystemTimeSpan.__FromTicks__SystemInt64__SystemTimeSpan

static SystemTimeSpan FromTicks(SystemInt64);

Raw: In(SystemInt64), Out(SystemTimeSpan)

SystemTimeSpan.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemTimeSpan), Out(SystemInt32)

SystemTimeSpan.__GetType__SystemType

SystemType GetType();

Raw: In(SystemTimeSpan), Out(SystemType)

SystemTimeSpan.__Negate__SystemTimeSpan

SystemTimeSpan Negate();

Raw: In(SystemTimeSpan), Out(SystemTimeSpan)

SystemTimeSpan.__ParseExact__SystemString_SystemStringArray_SystemIFormatProvider_SystemGlobalizationTimeSpanStyles__SystemTimeSpan

static SystemTimeSpan ParseExact(SystemString, SystemStringArray, SystemIFormatProvider, SystemGlobalizationTimeSpanStyles);

Raw: In(SystemString), In(SystemStringArray), In(SystemIFormatProvider), In(SystemGlobalizationTimeSpanStyles), Out(SystemTimeSpan)

SystemTimeSpan.__ParseExact__SystemString_SystemStringArray_SystemIFormatProvider__SystemTimeSpan

static SystemTimeSpan ParseExact(SystemString, SystemStringArray, SystemIFormatProvider);

Raw: In(SystemString), In(SystemStringArray), In(SystemIFormatProvider), Out(SystemTimeSpan)

SystemTimeSpan.__ParseExact__SystemString_SystemString_SystemIFormatProvider_SystemGlobalizationTimeSpanStyles__SystemTimeSpan

static SystemTimeSpan ParseExact(SystemString, SystemString, SystemIFormatProvider, SystemGlobalizationTimeSpanStyles);

Raw: In(SystemString), In(SystemString), In(SystemIFormatProvider), In(SystemGlobalizationTimeSpanStyles), Out(SystemTimeSpan)

SystemTimeSpan.__ParseExact__SystemString_SystemString_SystemIFormatProvider__SystemTimeSpan

static SystemTimeSpan ParseExact(SystemString, SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemString), In(SystemIFormatProvider), Out(SystemTimeSpan)

SystemTimeSpan.__Parse__SystemString_SystemIFormatProvider__SystemTimeSpan

static SystemTimeSpan Parse(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemTimeSpan)

SystemTimeSpan.__Parse__SystemString__SystemTimeSpan

static SystemTimeSpan Parse(SystemString);

Raw: In(SystemString), Out(SystemTimeSpan)

SystemTimeSpan.__Subtract__SystemTimeSpan__SystemTimeSpan

SystemTimeSpan Subtract(SystemTimeSpan);

Raw: In(SystemTimeSpan), In(SystemTimeSpan), Out(SystemTimeSpan)

SystemTimeSpan.__ToString__SystemString

SystemString ToString();

Raw: In(SystemTimeSpan), Out(SystemString)

SystemTimeSpan.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemTimeSpan), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemTimeSpan.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemTimeSpan), In(SystemString), Out(SystemString)

SystemTimeSpan.__TryParseExact__SystemString_SystemStringArray_SystemIFormatProvider_SystemGlobalizationTimeSpanStyles_SystemTimeSpanRef__SystemBoolean

static SystemBoolean TryParseExact(SystemString, SystemStringArray, SystemIFormatProvider, SystemGlobalizationTimeSpanStyles, ref SystemTimeSpan);

Raw: In(SystemString), In(SystemStringArray), In(SystemIFormatProvider), In(SystemGlobalizationTimeSpanStyles), InOut(SystemTimeSpan), Out(SystemBoolean)

SystemTimeSpan.__TryParseExact__SystemString_SystemStringArray_SystemIFormatProvider_SystemTimeSpanRef__SystemBoolean

static SystemBoolean TryParseExact(SystemString, SystemStringArray, SystemIFormatProvider, ref SystemTimeSpan);

Raw: In(SystemString), In(SystemStringArray), In(SystemIFormatProvider), InOut(SystemTimeSpan), Out(SystemBoolean)

SystemTimeSpan.__TryParseExact__SystemString_SystemString_SystemIFormatProvider_SystemGlobalizationTimeSpanStyles_SystemTimeSpanRef__SystemBoolean

static SystemBoolean TryParseExact(SystemString, SystemString, SystemIFormatProvider, SystemGlobalizationTimeSpanStyles, ref SystemTimeSpan);

Raw: In(SystemString), In(SystemString), In(SystemIFormatProvider), In(SystemGlobalizationTimeSpanStyles), InOut(SystemTimeSpan), Out(SystemBoolean)

SystemTimeSpan.__TryParseExact__SystemString_SystemString_SystemIFormatProvider_SystemTimeSpanRef__SystemBoolean

static SystemBoolean TryParseExact(SystemString, SystemString, SystemIFormatProvider, ref SystemTimeSpan);

Raw: In(SystemString), In(SystemString), In(SystemIFormatProvider), InOut(SystemTimeSpan), Out(SystemBoolean)

SystemTimeSpan.__TryParse__SystemString_SystemIFormatProvider_SystemTimeSpanRef__SystemBoolean

static SystemBoolean TryParse(SystemString, SystemIFormatProvider, ref SystemTimeSpan);

Raw: In(SystemString), In(SystemIFormatProvider), InOut(SystemTimeSpan), Out(SystemBoolean)

SystemTimeSpan.__TryParse__SystemString_SystemTimeSpanRef__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemTimeSpan);

Raw: In(SystemString), InOut(SystemTimeSpan), Out(SystemBoolean)

SystemTimeSpan.__ctor__SystemInt32_SystemInt32_SystemInt32_SystemInt32_SystemInt32__SystemTimeSpan

static SystemTimeSpan ctor(SystemInt32, SystemInt32, SystemInt32, SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), Out(SystemTimeSpan)

SystemTimeSpan.__ctor__SystemInt32_SystemInt32_SystemInt32_SystemInt32__SystemTimeSpan

static SystemTimeSpan ctor(SystemInt32, SystemInt32, SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), In(SystemInt32), Out(SystemTimeSpan)

SystemTimeSpan.__ctor__SystemInt32_SystemInt32_SystemInt32__SystemTimeSpan

static SystemTimeSpan ctor(SystemInt32, SystemInt32, SystemInt32);

Raw: In(SystemInt32), In(SystemInt32), In(SystemInt32), Out(SystemTimeSpan)

SystemTimeSpan.__ctor__SystemInt64__SystemTimeSpan

static SystemTimeSpan ctor(SystemInt64);

Raw: In(SystemInt64), Out(SystemTimeSpan)

SystemTimeSpan.__get_Days__SystemInt32

SystemInt32 get_Days();

Raw: In(SystemTimeSpan), Out(SystemInt32)

SystemTimeSpan.__get_Hours__SystemInt32

SystemInt32 get_Hours();

Raw: In(SystemTimeSpan), Out(SystemInt32)

SystemTimeSpan.__get_MaxValue__SystemTimeSpan

static SystemTimeSpan get_MaxValue();

Raw: Out(SystemTimeSpan)

SystemTimeSpan.__get_Milliseconds__SystemInt32

SystemInt32 get_Milliseconds();

Raw: In(SystemTimeSpan), Out(SystemInt32)

SystemTimeSpan.__get_MinValue__SystemTimeSpan

static SystemTimeSpan get_MinValue();

Raw: Out(SystemTimeSpan)

SystemTimeSpan.__get_Minutes__SystemInt32

SystemInt32 get_Minutes();

Raw: In(SystemTimeSpan), Out(SystemInt32)

SystemTimeSpan.__get_Seconds__SystemInt32

SystemInt32 get_Seconds();

Raw: In(SystemTimeSpan), Out(SystemInt32)

SystemTimeSpan.__get_TicksPerDay__SystemInt64

static SystemInt64 get_TicksPerDay();

Raw: Out(SystemInt64)

SystemTimeSpan.__get_TicksPerHour__SystemInt64

static SystemInt64 get_TicksPerHour();

Raw: Out(SystemInt64)

SystemTimeSpan.__get_TicksPerMillisecond__SystemInt64

static SystemInt64 get_TicksPerMillisecond();

Raw: Out(SystemInt64)

SystemTimeSpan.__get_TicksPerMinute__SystemInt64

static SystemInt64 get_TicksPerMinute();

Raw: Out(SystemInt64)

SystemTimeSpan.__get_TicksPerSecond__SystemInt64

static SystemInt64 get_TicksPerSecond();

Raw: Out(SystemInt64)

SystemTimeSpan.__get_Ticks__SystemInt64

SystemInt64 get_Ticks();

Raw: In(SystemTimeSpan), Out(SystemInt64)

SystemTimeSpan.__get_TotalDays__SystemDouble

SystemDouble get_TotalDays();

Raw: In(SystemTimeSpan), Out(SystemDouble)

SystemTimeSpan.__get_TotalHours__SystemDouble

SystemDouble get_TotalHours();

Raw: In(SystemTimeSpan), Out(SystemDouble)

SystemTimeSpan.__get_TotalMilliseconds__SystemDouble

SystemDouble get_TotalMilliseconds();

Raw: In(SystemTimeSpan), Out(SystemDouble)

SystemTimeSpan.__get_TotalMinutes__SystemDouble

SystemDouble get_TotalMinutes();

Raw: In(SystemTimeSpan), Out(SystemDouble)

SystemTimeSpan.__get_TotalSeconds__SystemDouble

SystemDouble get_TotalSeconds();

Raw: In(SystemTimeSpan), Out(SystemDouble)

SystemTimeSpan.__get_Zero__SystemTimeSpan

static SystemTimeSpan get_Zero();

Raw: Out(SystemTimeSpan)

SystemTimeSpan.__op_Addition__SystemTimeSpan_SystemTimeSpan__SystemTimeSpan

static SystemTimeSpan op_Addition(SystemTimeSpan, SystemTimeSpan);

Raw: In(SystemTimeSpan), In(SystemTimeSpan), Out(SystemTimeSpan)

SystemTimeSpan.__op_Equality__SystemTimeSpan_SystemTimeSpan__SystemBoolean

static SystemBoolean op_Equality(SystemTimeSpan, SystemTimeSpan);

Raw: In(SystemTimeSpan), In(SystemTimeSpan), Out(SystemBoolean)

SystemTimeSpan.__op_GreaterThanOrEqual__SystemTimeSpan_SystemTimeSpan__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemTimeSpan, SystemTimeSpan);

Raw: In(SystemTimeSpan), In(SystemTimeSpan), Out(SystemBoolean)

SystemTimeSpan.__op_GreaterThan__SystemTimeSpan_SystemTimeSpan__SystemBoolean

static SystemBoolean op_GreaterThan(SystemTimeSpan, SystemTimeSpan);

Raw: In(SystemTimeSpan), In(SystemTimeSpan), Out(SystemBoolean)

SystemTimeSpan.__op_Inequality__SystemTimeSpan_SystemTimeSpan__SystemBoolean

static SystemBoolean op_Inequality(SystemTimeSpan, SystemTimeSpan);

Raw: In(SystemTimeSpan), In(SystemTimeSpan), Out(SystemBoolean)

SystemTimeSpan.__op_LessThanOrEqual__SystemTimeSpan_SystemTimeSpan__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemTimeSpan, SystemTimeSpan);

Raw: In(SystemTimeSpan), In(SystemTimeSpan), Out(SystemBoolean)

SystemTimeSpan.__op_LessThan__SystemTimeSpan_SystemTimeSpan__SystemBoolean

static SystemBoolean op_LessThan(SystemTimeSpan, SystemTimeSpan);

Raw: In(SystemTimeSpan), In(SystemTimeSpan), Out(SystemBoolean)

SystemTimeSpan.__op_Subtraction__SystemTimeSpan_SystemTimeSpan__SystemTimeSpan

static SystemTimeSpan op_Subtraction(SystemTimeSpan, SystemTimeSpan);

Raw: In(SystemTimeSpan), In(SystemTimeSpan), Out(SystemTimeSpan)

SystemTimeSpan.__op_UnaryNegation__SystemTimeSpan__SystemTimeSpan

static SystemTimeSpan op_UnaryNegation(SystemTimeSpan);

Raw: In(SystemTimeSpan), Out(SystemTimeSpan)

SystemTimeSpan.__op_UnaryPlus__SystemTimeSpan__SystemTimeSpan

static SystemTimeSpan op_UnaryPlus(SystemTimeSpan);

Raw: In(SystemTimeSpan), Out(SystemTimeSpan)

Object SystemTimeZoneInfo

back to assembly

to array type

SystemTimeZoneInfo.__ClearCachedData__SystemVoid

static void ClearCachedData();

Raw: ``

SystemTimeZoneInfo.__ConvertTimeBySystemTimeZoneId__SystemDateTimeOffset_SystemString__SystemDateTimeOffset

static SystemDateTimeOffset ConvertTimeBySystemTimeZoneId(SystemDateTimeOffset, SystemString);

Raw: In(SystemDateTimeOffset), In(SystemString), Out(SystemDateTimeOffset)

SystemTimeZoneInfo.__ConvertTimeBySystemTimeZoneId__SystemDateTime_SystemString_SystemString__SystemDateTime

static SystemDateTime ConvertTimeBySystemTimeZoneId(SystemDateTime, SystemString, SystemString);

Raw: In(SystemDateTime), In(SystemString), In(SystemString), Out(SystemDateTime)

SystemTimeZoneInfo.__ConvertTimeBySystemTimeZoneId__SystemDateTime_SystemString__SystemDateTime

static SystemDateTime ConvertTimeBySystemTimeZoneId(SystemDateTime, SystemString);

Raw: In(SystemDateTime), In(SystemString), Out(SystemDateTime)

SystemTimeZoneInfo.__ConvertTimeFromUtc__SystemDateTime_SystemTimeZoneInfo__SystemDateTime

static SystemDateTime ConvertTimeFromUtc(SystemDateTime, SystemTimeZoneInfo);

Raw: In(SystemDateTime), In(SystemTimeZoneInfo), Out(SystemDateTime)

SystemTimeZoneInfo.__ConvertTimeToUtc__SystemDateTime_SystemTimeZoneInfo__SystemDateTime

static SystemDateTime ConvertTimeToUtc(SystemDateTime, SystemTimeZoneInfo);

Raw: In(SystemDateTime), In(SystemTimeZoneInfo), Out(SystemDateTime)

SystemTimeZoneInfo.__ConvertTimeToUtc__SystemDateTime__SystemDateTime

static SystemDateTime ConvertTimeToUtc(SystemDateTime);

Raw: In(SystemDateTime), Out(SystemDateTime)

SystemTimeZoneInfo.__ConvertTime__SystemDateTimeOffset_SystemTimeZoneInfo__SystemDateTimeOffset

static SystemDateTimeOffset ConvertTime(SystemDateTimeOffset, SystemTimeZoneInfo);

Raw: In(SystemDateTimeOffset), In(SystemTimeZoneInfo), Out(SystemDateTimeOffset)

SystemTimeZoneInfo.__ConvertTime__SystemDateTime_SystemTimeZoneInfo_SystemTimeZoneInfo__SystemDateTime

static SystemDateTime ConvertTime(SystemDateTime, SystemTimeZoneInfo, SystemTimeZoneInfo);

Raw: In(SystemDateTime), In(SystemTimeZoneInfo), In(SystemTimeZoneInfo), Out(SystemDateTime)

SystemTimeZoneInfo.__ConvertTime__SystemDateTime_SystemTimeZoneInfo__SystemDateTime

static SystemDateTime ConvertTime(SystemDateTime, SystemTimeZoneInfo);

Raw: In(SystemDateTime), In(SystemTimeZoneInfo), Out(SystemDateTime)

SystemTimeZoneInfo.__CreateCustomTimeZone__SystemString_SystemTimeSpan_SystemString_SystemString_SystemString_SystemTimeZoneInfoAdjustmentRuleArray_SystemBoolean__SystemTimeZoneInfo

static SystemTimeZoneInfo CreateCustomTimeZone(SystemString, SystemTimeSpan, SystemString, SystemString, SystemString, SystemTimeZoneInfoAdjustmentRuleArray, SystemBoolean);

Raw: In(SystemString), In(SystemTimeSpan), In(SystemString), In(SystemString), In(SystemString), In(SystemTimeZoneInfoAdjustmentRuleArray), In(SystemBoolean), Out(SystemTimeZoneInfo)

SystemTimeZoneInfo.__CreateCustomTimeZone__SystemString_SystemTimeSpan_SystemString_SystemString_SystemString_SystemTimeZoneInfoAdjustmentRuleArray__SystemTimeZoneInfo

static SystemTimeZoneInfo CreateCustomTimeZone(SystemString, SystemTimeSpan, SystemString, SystemString, SystemString, SystemTimeZoneInfoAdjustmentRuleArray);

Raw: In(SystemString), In(SystemTimeSpan), In(SystemString), In(SystemString), In(SystemString), In(SystemTimeZoneInfoAdjustmentRuleArray), Out(SystemTimeZoneInfo)

SystemTimeZoneInfo.__CreateCustomTimeZone__SystemString_SystemTimeSpan_SystemString_SystemString__SystemTimeZoneInfo

static SystemTimeZoneInfo CreateCustomTimeZone(SystemString, SystemTimeSpan, SystemString, SystemString);

Raw: In(SystemString), In(SystemTimeSpan), In(SystemString), In(SystemString), Out(SystemTimeZoneInfo)

SystemTimeZoneInfo.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemTimeZoneInfo), In(SystemObject), Out(SystemBoolean)

SystemTimeZoneInfo.__Equals__SystemTimeZoneInfo__SystemBoolean

SystemBoolean Equals(SystemTimeZoneInfo);

Raw: In(SystemTimeZoneInfo), In(SystemTimeZoneInfo), Out(SystemBoolean)

SystemTimeZoneInfo.__FindSystemTimeZoneById__SystemString__SystemTimeZoneInfo

static SystemTimeZoneInfo FindSystemTimeZoneById(SystemString);

Raw: In(SystemString), Out(SystemTimeZoneInfo)

SystemTimeZoneInfo.__FromSerializedString__SystemString__SystemTimeZoneInfo

static SystemTimeZoneInfo FromSerializedString(SystemString);

Raw: In(SystemString), Out(SystemTimeZoneInfo)

SystemTimeZoneInfo.__GetAdjustmentRules__SystemTimeZoneInfoAdjustmentRuleArray

SystemTimeZoneInfoAdjustmentRuleArray GetAdjustmentRules();

Raw: In(SystemTimeZoneInfo), Out(SystemTimeZoneInfoAdjustmentRuleArray)

SystemTimeZoneInfo.__GetAmbiguousTimeOffsets__SystemDateTimeOffset__SystemTimeSpanArray

SystemTimeSpanArray GetAmbiguousTimeOffsets(SystemDateTimeOffset);

Raw: In(SystemTimeZoneInfo), In(SystemDateTimeOffset), Out(SystemTimeSpanArray)

SystemTimeZoneInfo.__GetAmbiguousTimeOffsets__SystemDateTime__SystemTimeSpanArray

SystemTimeSpanArray GetAmbiguousTimeOffsets(SystemDateTime);

Raw: In(SystemTimeZoneInfo), In(SystemDateTime), Out(SystemTimeSpanArray)

SystemTimeZoneInfo.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemTimeZoneInfo), Out(SystemInt32)

SystemTimeZoneInfo.__GetType__SystemType

SystemType GetType();

Raw: In(SystemTimeZoneInfo), Out(SystemType)

SystemTimeZoneInfo.__GetUtcOffset__SystemDateTimeOffset__SystemTimeSpan

SystemTimeSpan GetUtcOffset(SystemDateTimeOffset);

Raw: In(SystemTimeZoneInfo), In(SystemDateTimeOffset), Out(SystemTimeSpan)

SystemTimeZoneInfo.__GetUtcOffset__SystemDateTime__SystemTimeSpan

SystemTimeSpan GetUtcOffset(SystemDateTime);

Raw: In(SystemTimeZoneInfo), In(SystemDateTime), Out(SystemTimeSpan)

SystemTimeZoneInfo.__HasSameRules__SystemTimeZoneInfo__SystemBoolean

SystemBoolean HasSameRules(SystemTimeZoneInfo);

Raw: In(SystemTimeZoneInfo), In(SystemTimeZoneInfo), Out(SystemBoolean)

SystemTimeZoneInfo.__IsAmbiguousTime__SystemDateTimeOffset__SystemBoolean

SystemBoolean IsAmbiguousTime(SystemDateTimeOffset);

Raw: In(SystemTimeZoneInfo), In(SystemDateTimeOffset), Out(SystemBoolean)

SystemTimeZoneInfo.__IsAmbiguousTime__SystemDateTime__SystemBoolean

SystemBoolean IsAmbiguousTime(SystemDateTime);

Raw: In(SystemTimeZoneInfo), In(SystemDateTime), Out(SystemBoolean)

SystemTimeZoneInfo.__IsDaylightSavingTime__SystemDateTimeOffset__SystemBoolean

SystemBoolean IsDaylightSavingTime(SystemDateTimeOffset);

Raw: In(SystemTimeZoneInfo), In(SystemDateTimeOffset), Out(SystemBoolean)

SystemTimeZoneInfo.__IsDaylightSavingTime__SystemDateTime__SystemBoolean

SystemBoolean IsDaylightSavingTime(SystemDateTime);

Raw: In(SystemTimeZoneInfo), In(SystemDateTime), Out(SystemBoolean)

SystemTimeZoneInfo.__IsInvalidTime__SystemDateTime__SystemBoolean

SystemBoolean IsInvalidTime(SystemDateTime);

Raw: In(SystemTimeZoneInfo), In(SystemDateTime), Out(SystemBoolean)

SystemTimeZoneInfo.__ToSerializedString__SystemString

SystemString ToSerializedString();

Raw: In(SystemTimeZoneInfo), Out(SystemString)

SystemTimeZoneInfo.__ToString__SystemString

SystemString ToString();

Raw: In(SystemTimeZoneInfo), Out(SystemString)

SystemTimeZoneInfo.__get_BaseUtcOffset__SystemTimeSpan

SystemTimeSpan get_BaseUtcOffset();

Raw: In(SystemTimeZoneInfo), Out(SystemTimeSpan)

SystemTimeZoneInfo.__get_DaylightName__SystemString

SystemString get_DaylightName();

Raw: In(SystemTimeZoneInfo), Out(SystemString)

SystemTimeZoneInfo.__get_DisplayName__SystemString

SystemString get_DisplayName();

Raw: In(SystemTimeZoneInfo), Out(SystemString)

SystemTimeZoneInfo.__get_Id__SystemString

SystemString get_Id();

Raw: In(SystemTimeZoneInfo), Out(SystemString)

SystemTimeZoneInfo.__get_Local__SystemTimeZoneInfo

static SystemTimeZoneInfo get_Local();

Raw: Out(SystemTimeZoneInfo)

SystemTimeZoneInfo.__get_StandardName__SystemString

SystemString get_StandardName();

Raw: In(SystemTimeZoneInfo), Out(SystemString)

SystemTimeZoneInfo.__get_SupportsDaylightSavingTime__SystemBoolean

SystemBoolean get_SupportsDaylightSavingTime();

Raw: In(SystemTimeZoneInfo), Out(SystemBoolean)

SystemTimeZoneInfo.__get_Utc__SystemTimeZoneInfo

static SystemTimeZoneInfo get_Utc();

Raw: Out(SystemTimeZoneInfo)

Object SystemType

back to assembly

to array type

SystemType.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemType), In(SystemObject), Out(SystemBoolean)

SystemType.__Equals__SystemType__SystemBoolean

SystemBoolean Equals(SystemType);

Raw: In(SystemType), In(SystemType), Out(SystemBoolean)

SystemType.__GetArrayRank__SystemInt32

SystemInt32 GetArrayRank();

Raw: In(SystemType), Out(SystemInt32)

SystemType.__GetElementType__SystemType

SystemType GetElementType();

Raw: In(SystemType), Out(SystemType)

SystemType.__GetEnumName__SystemObject__SystemString

SystemString GetEnumName(SystemObject);

Raw: In(SystemType), In(SystemObject), Out(SystemString)

SystemType.__GetEnumNames__SystemStringArray

SystemStringArray GetEnumNames();

Raw: In(SystemType), Out(SystemStringArray)

SystemType.__GetEnumUnderlyingType__SystemType

SystemType GetEnumUnderlyingType();

Raw: In(SystemType), Out(SystemType)

SystemType.__GetEnumValues__SystemArray

SystemArray GetEnumValues();

Raw: In(SystemType), Out(SystemArray)

SystemType.__GetGenericArguments__SystemTypeArray

SystemTypeArray GetGenericArguments();

Raw: In(SystemType), Out(SystemTypeArray)

SystemType.__GetGenericParameterConstraints__SystemTypeArray

SystemTypeArray GetGenericParameterConstraints();

Raw: In(SystemType), Out(SystemTypeArray)

SystemType.__GetGenericTypeDefinition__SystemType

SystemType GetGenericTypeDefinition();

Raw: In(SystemType), Out(SystemType)

SystemType.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemType), Out(SystemInt32)

SystemType.__GetNestedType__SystemString__SystemType

SystemType GetNestedType(SystemString);

Raw: In(SystemType), In(SystemString), Out(SystemType)

SystemType.__GetTypeArray__SystemObjectArray__SystemTypeArray

static SystemTypeArray GetTypeArray(SystemObjectArray);

Raw: In(SystemObjectArray), Out(SystemTypeArray)

SystemType.__GetType__SystemString_SystemBoolean_SystemBoolean__SystemType

static SystemType GetType(SystemString, SystemBoolean, SystemBoolean);

Raw: In(SystemString), In(SystemBoolean), In(SystemBoolean), Out(SystemType)

SystemType.__GetType__SystemString_SystemBoolean__SystemType

static SystemType GetType(SystemString, SystemBoolean);

Raw: In(SystemString), In(SystemBoolean), Out(SystemType)

SystemType.__GetType__SystemString__SystemType

static SystemType GetType(SystemString);

Raw: In(SystemString), Out(SystemType)

SystemType.__GetType__SystemType

SystemType GetType();

Raw: In(SystemType), Out(SystemType)

SystemType.__IsAssignableFrom__SystemType__SystemBoolean

SystemBoolean IsAssignableFrom(SystemType);

Raw: In(SystemType), In(SystemType), Out(SystemBoolean)

SystemType.__IsEnumDefined__SystemObject__SystemBoolean

SystemBoolean IsEnumDefined(SystemObject);

Raw: In(SystemType), In(SystemObject), Out(SystemBoolean)

SystemType.__IsEquivalentTo__SystemType__SystemBoolean

SystemBoolean IsEquivalentTo(SystemType);

Raw: In(SystemType), In(SystemType), Out(SystemBoolean)

SystemType.__IsInstanceOfType__SystemObject__SystemBoolean

SystemBoolean IsInstanceOfType(SystemObject);

Raw: In(SystemType), In(SystemObject), Out(SystemBoolean)

SystemType.__IsSubclassOf__SystemType__SystemBoolean

SystemBoolean IsSubclassOf(SystemType);

Raw: In(SystemType), In(SystemType), Out(SystemBoolean)

SystemType.__MakeArrayType__SystemInt32__SystemType

SystemType MakeArrayType(SystemInt32);

Raw: In(SystemType), In(SystemInt32), Out(SystemType)

SystemType.__MakeArrayType__SystemType

SystemType MakeArrayType();

Raw: In(SystemType), Out(SystemType)

SystemType.__MakeByRefType__SystemType

SystemType MakeByRefType();

Raw: In(SystemType), Out(SystemType)

SystemType.__MakeGenericType__SystemTypeArray__SystemType

SystemType MakeGenericType(SystemTypeArray);

Raw: In(SystemType), In(SystemTypeArray), Out(SystemType)

SystemType.__ToString__SystemString

SystemString ToString();

Raw: In(SystemType), Out(SystemString)

SystemType.__get_BaseType__SystemType

SystemType get_BaseType();

Raw: In(SystemType), Out(SystemType)

SystemType.__get_ContainsGenericParameters__SystemBoolean

SystemBoolean get_ContainsGenericParameters();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_DeclaringType__SystemType

SystemType get_DeclaringType();

Raw: In(SystemType), Out(SystemType)

SystemType.__get_FullName__SystemString

SystemString get_FullName();

Raw: In(SystemType), Out(SystemString)

SystemType.__get_GUID__SystemGuid

SystemGuid get_GUID();

Raw: In(SystemType), Out(SystemGuid)

SystemType.__get_GenericParameterPosition__SystemInt32

SystemInt32 get_GenericParameterPosition();

Raw: In(SystemType), Out(SystemInt32)

SystemType.__get_GenericTypeArguments__SystemTypeArray

SystemTypeArray get_GenericTypeArguments();

Raw: In(SystemType), Out(SystemTypeArray)

SystemType.__get_HasElementType__SystemBoolean

SystemBoolean get_HasElementType();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsAbstract__SystemBoolean

SystemBoolean get_IsAbstract();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsAnsiClass__SystemBoolean

SystemBoolean get_IsAnsiClass();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsArray__SystemBoolean

SystemBoolean get_IsArray();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsAutoClass__SystemBoolean

SystemBoolean get_IsAutoClass();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsAutoLayout__SystemBoolean

SystemBoolean get_IsAutoLayout();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsByRef__SystemBoolean

SystemBoolean get_IsByRef();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsCOMObject__SystemBoolean

SystemBoolean get_IsCOMObject();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsClass__SystemBoolean

SystemBoolean get_IsClass();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsConstructedGenericType__SystemBoolean

SystemBoolean get_IsConstructedGenericType();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsContextful__SystemBoolean

SystemBoolean get_IsContextful();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsEnum__SystemBoolean

SystemBoolean get_IsEnum();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsExplicitLayout__SystemBoolean

SystemBoolean get_IsExplicitLayout();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsGenericParameter__SystemBoolean

SystemBoolean get_IsGenericParameter();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsGenericTypeDefinition__SystemBoolean

SystemBoolean get_IsGenericTypeDefinition();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsGenericType__SystemBoolean

SystemBoolean get_IsGenericType();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsImport__SystemBoolean

SystemBoolean get_IsImport();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsInterface__SystemBoolean

SystemBoolean get_IsInterface();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsLayoutSequential__SystemBoolean

SystemBoolean get_IsLayoutSequential();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsMarshalByRef__SystemBoolean

SystemBoolean get_IsMarshalByRef();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsNestedAssembly__SystemBoolean

SystemBoolean get_IsNestedAssembly();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsNestedFamANDAssem__SystemBoolean

SystemBoolean get_IsNestedFamANDAssem();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsNestedFamORAssem__SystemBoolean

SystemBoolean get_IsNestedFamORAssem();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsNestedFamily__SystemBoolean

SystemBoolean get_IsNestedFamily();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsNestedPrivate__SystemBoolean

SystemBoolean get_IsNestedPrivate();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsNestedPublic__SystemBoolean

SystemBoolean get_IsNestedPublic();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsNested__SystemBoolean

SystemBoolean get_IsNested();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsNotPublic__SystemBoolean

SystemBoolean get_IsNotPublic();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsPointer__SystemBoolean

SystemBoolean get_IsPointer();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsPrimitive__SystemBoolean

SystemBoolean get_IsPrimitive();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsPublic__SystemBoolean

SystemBoolean get_IsPublic();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsSZArray__SystemBoolean

SystemBoolean get_IsSZArray();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsSealed__SystemBoolean

SystemBoolean get_IsSealed();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsSecurityCritical__SystemBoolean

SystemBoolean get_IsSecurityCritical();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsSecuritySafeCritical__SystemBoolean

SystemBoolean get_IsSecuritySafeCritical();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsSecurityTransparent__SystemBoolean

SystemBoolean get_IsSecurityTransparent();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsSerializable__SystemBoolean

SystemBoolean get_IsSerializable();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsSpecialName__SystemBoolean

SystemBoolean get_IsSpecialName();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsUnicodeClass__SystemBoolean

SystemBoolean get_IsUnicodeClass();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsValueType__SystemBoolean

SystemBoolean get_IsValueType();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_IsVisible__SystemBoolean

SystemBoolean get_IsVisible();

Raw: In(SystemType), Out(SystemBoolean)

SystemType.__get_Name__SystemString

SystemString get_Name();

Raw: In(SystemType), Out(SystemString)

SystemType.__get_Namespace__SystemString

SystemString get_Namespace();

Raw: In(SystemType), Out(SystemString)

SystemType.__get_ReflectedType__SystemType

SystemType get_ReflectedType();

Raw: In(SystemType), Out(SystemType)

SystemType.__get_UnderlyingSystemType__SystemType

SystemType get_UnderlyingSystemType();

Raw: In(SystemType), Out(SystemType)

SystemType.__op_Equality__SystemType_SystemType__SystemBoolean

static SystemBoolean op_Equality(SystemType, SystemType);

Raw: In(SystemType), In(SystemType), Out(SystemBoolean)

SystemType.__op_Inequality__SystemType_SystemType__SystemBoolean

static SystemBoolean op_Inequality(SystemType, SystemType);

Raw: In(SystemType), In(SystemType), Out(SystemBoolean)

Primitive SystemUInt16

back to assembly

to array type

SystemUInt16.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemUInt16), In(SystemObject), Out(SystemInt32)

SystemUInt16.__CompareTo__SystemUInt16__SystemInt32

SystemInt32 CompareTo(SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemInt32)

SystemUInt16.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemUInt16), In(SystemObject), Out(SystemBoolean)

SystemUInt16.__Equals__SystemUInt16__SystemBoolean

SystemBoolean Equals(SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemBoolean)

SystemUInt16.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemUInt16), Out(SystemInt32)

SystemUInt16.__GetType__SystemType

SystemType GetType();

Raw: In(SystemUInt16), Out(SystemType)

SystemUInt16.__Parse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider__SystemUInt16

static SystemUInt16 Parse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), Out(SystemUInt16)

SystemUInt16.__Parse__SystemString_SystemGlobalizationNumberStyles__SystemUInt16

static SystemUInt16 Parse(SystemString, SystemGlobalizationNumberStyles);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), Out(SystemUInt16)

SystemUInt16.__Parse__SystemString_SystemIFormatProvider__SystemUInt16

static SystemUInt16 Parse(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemUInt16)

SystemUInt16.__Parse__SystemString__SystemUInt16

static SystemUInt16 Parse(SystemString);

Raw: In(SystemString), Out(SystemUInt16)

SystemUInt16.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemUInt16), In(SystemIFormatProvider), Out(SystemString)

SystemUInt16.__ToString__SystemString

SystemString ToString();

Raw: In(SystemUInt16), Out(SystemString)

SystemUInt16.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemUInt16), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemUInt16.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemUInt16), In(SystemString), Out(SystemString)

SystemUInt16.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemUInt16Ref__SystemBoolean

static SystemBoolean TryParse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider, ref SystemUInt16);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), InOut(SystemUInt16), Out(SystemBoolean)

SystemUInt16.__TryParse__SystemString_SystemUInt16Ref__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemUInt16);

Raw: In(SystemString), InOut(SystemUInt16), Out(SystemBoolean)

SystemUInt16.__get_MaxValue__SystemUInt16

static SystemUInt16 get_MaxValue();

Raw: Out(SystemUInt16)

SystemUInt16.__get_MinValue__SystemUInt16

static SystemUInt16 get_MinValue();

Raw: Out(SystemUInt16)

SystemUInt16.__op_Addition__SystemUInt16_SystemUInt16__SystemInt32

static SystemInt32 op_Addition(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemInt32)

SystemUInt16.__op_Division__SystemUInt16_SystemUInt16__SystemInt32

static SystemInt32 op_Division(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemInt32)

SystemUInt16.__op_Equality__SystemUInt16_SystemUInt16__SystemBoolean

static SystemBoolean op_Equality(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemBoolean)

SystemUInt16.__op_GreaterThanOrEqual__SystemUInt16_SystemUInt16__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemBoolean)

SystemUInt16.__op_GreaterThan__SystemUInt16_SystemUInt16__SystemBoolean

static SystemBoolean op_GreaterThan(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemBoolean)

SystemUInt16.__op_Inequality__SystemUInt16_SystemUInt16__SystemBoolean

static SystemBoolean op_Inequality(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemBoolean)

SystemUInt16.__op_LeftShift__SystemUInt16_SystemUInt16__SystemInt32

static SystemInt32 op_LeftShift(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemInt32)

SystemUInt16.__op_LessThanOrEqual__SystemUInt16_SystemUInt16__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemBoolean)

SystemUInt16.__op_LessThan__SystemUInt16_SystemUInt16__SystemBoolean

static SystemBoolean op_LessThan(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemBoolean)

SystemUInt16.__op_LogicalAnd__SystemUInt16_SystemUInt16__SystemInt32

static SystemInt32 op_LogicalAnd(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemInt32)

SystemUInt16.__op_LogicalOr__SystemUInt16_SystemUInt16__SystemInt32

static SystemInt32 op_LogicalOr(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemInt32)

SystemUInt16.__op_LogicalXor__SystemUInt16_SystemUInt16__SystemInt32

static SystemInt32 op_LogicalXor(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemInt32)

SystemUInt16.__op_Multiplication__SystemUInt16_SystemUInt16__SystemInt32

static SystemInt32 op_Multiplication(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemInt32)

SystemUInt16.__op_RightShift__SystemUInt16_SystemUInt16__SystemInt32

static SystemInt32 op_RightShift(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemInt32)

SystemUInt16.__op_Subtraction__SystemUInt16_SystemUInt16__SystemInt32

static SystemInt32 op_Subtraction(SystemUInt16, SystemUInt16);

Raw: In(SystemUInt16), In(SystemUInt16), Out(SystemInt32)

SystemUInt16.__op_UnaryMinus__SystemUInt16__SystemInt32

static SystemInt32 op_UnaryMinus(SystemUInt16);

Raw: In(SystemUInt16), Out(SystemInt32)

Primitive SystemUInt32

back to assembly

to array type

SystemUInt32.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemUInt32), In(SystemObject), Out(SystemInt32)

SystemUInt32.__CompareTo__SystemUInt32__SystemInt32

SystemInt32 CompareTo(SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemInt32)

SystemUInt32.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemUInt32), In(SystemObject), Out(SystemBoolean)

SystemUInt32.__Equals__SystemUInt32__SystemBoolean

SystemBoolean Equals(SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemBoolean)

SystemUInt32.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemUInt32), Out(SystemInt32)

SystemUInt32.__GetType__SystemType

SystemType GetType();

Raw: In(SystemUInt32), Out(SystemType)

SystemUInt32.__Parse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider__SystemUInt32

static SystemUInt32 Parse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), Out(SystemUInt32)

SystemUInt32.__Parse__SystemString_SystemGlobalizationNumberStyles__SystemUInt32

static SystemUInt32 Parse(SystemString, SystemGlobalizationNumberStyles);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), Out(SystemUInt32)

SystemUInt32.__Parse__SystemString_SystemIFormatProvider__SystemUInt32

static SystemUInt32 Parse(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemUInt32)

SystemUInt32.__Parse__SystemString__SystemUInt32

static SystemUInt32 Parse(SystemString);

Raw: In(SystemString), Out(SystemUInt32)

SystemUInt32.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemUInt32), In(SystemIFormatProvider), Out(SystemString)

SystemUInt32.__ToString__SystemString

SystemString ToString();

Raw: In(SystemUInt32), Out(SystemString)

SystemUInt32.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemUInt32), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemUInt32.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemUInt32), In(SystemString), Out(SystemString)

SystemUInt32.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemUInt32Ref__SystemBoolean

static SystemBoolean TryParse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider, ref SystemUInt32);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), InOut(SystemUInt32), Out(SystemBoolean)

SystemUInt32.__TryParse__SystemString_SystemUInt32Ref__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemUInt32);

Raw: In(SystemString), InOut(SystemUInt32), Out(SystemBoolean)

SystemUInt32.__get_MaxValue__SystemUInt32

static SystemUInt32 get_MaxValue();

Raw: Out(SystemUInt32)

SystemUInt32.__get_MinValue__SystemUInt32

static SystemUInt32 get_MinValue();

Raw: Out(SystemUInt32)

SystemUInt32.__op_Addition__SystemUInt32_SystemUInt32__SystemUInt32

static SystemUInt32 op_Addition(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemUInt32)

SystemUInt32.__op_Division__SystemUInt32_SystemUInt32__SystemUInt32

static SystemUInt32 op_Division(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemUInt32)

SystemUInt32.__op_Equality__SystemUInt32_SystemUInt32__SystemBoolean

static SystemBoolean op_Equality(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemBoolean)

SystemUInt32.__op_GreaterThanOrEqual__SystemUInt32_SystemUInt32__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemBoolean)

SystemUInt32.__op_GreaterThan__SystemUInt32_SystemUInt32__SystemBoolean

static SystemBoolean op_GreaterThan(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemBoolean)

SystemUInt32.__op_Inequality__SystemUInt32_SystemUInt32__SystemBoolean

static SystemBoolean op_Inequality(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemBoolean)

SystemUInt32.__op_LeftShift__SystemUInt32_SystemInt32__SystemUInt32

static SystemUInt32 op_LeftShift(SystemUInt32, SystemInt32);

Raw: In(SystemUInt32), In(SystemInt32), Out(SystemUInt32)

SystemUInt32.__op_LessThanOrEqual__SystemUInt32_SystemUInt32__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemBoolean)

SystemUInt32.__op_LessThan__SystemUInt32_SystemUInt32__SystemBoolean

static SystemBoolean op_LessThan(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemBoolean)

SystemUInt32.__op_LogicalAnd__SystemUInt32_SystemUInt32__SystemUInt32

static SystemUInt32 op_LogicalAnd(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemUInt32)

SystemUInt32.__op_LogicalOr__SystemUInt32_SystemUInt32__SystemUInt32

static SystemUInt32 op_LogicalOr(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemUInt32)

SystemUInt32.__op_LogicalXor__SystemUInt32_SystemUInt32__SystemUInt32

static SystemUInt32 op_LogicalXor(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemUInt32)

SystemUInt32.__op_Multiplication__SystemUInt32_SystemUInt32__SystemUInt32

static SystemUInt32 op_Multiplication(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemUInt32)

SystemUInt32.__op_RightShift__SystemUInt32_SystemInt32__SystemUInt32

static SystemUInt32 op_RightShift(SystemUInt32, SystemInt32);

Raw: In(SystemUInt32), In(SystemInt32), Out(SystemUInt32)

SystemUInt32.__op_Subtraction__SystemUInt32_SystemUInt32__SystemUInt32

static SystemUInt32 op_Subtraction(SystemUInt32, SystemUInt32);

Raw: In(SystemUInt32), In(SystemUInt32), Out(SystemUInt32)

SystemUInt32.__op_UnaryMinus__SystemUInt32__SystemInt64

static SystemInt64 op_UnaryMinus(SystemUInt32);

Raw: In(SystemUInt32), Out(SystemInt64)

Primitive SystemUInt64

back to assembly

to array type

SystemUInt64.__CompareTo__SystemObject__SystemInt32

SystemInt32 CompareTo(SystemObject);

Raw: In(SystemUInt64), In(SystemObject), Out(SystemInt32)

SystemUInt64.__CompareTo__SystemUInt64__SystemInt32

SystemInt32 CompareTo(SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemInt32)

SystemUInt64.__Equals__SystemObject__SystemBoolean

SystemBoolean Equals(SystemObject);

Raw: In(SystemUInt64), In(SystemObject), Out(SystemBoolean)

SystemUInt64.__Equals__SystemUInt64__SystemBoolean

SystemBoolean Equals(SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemBoolean)

SystemUInt64.__GetHashCode__SystemInt32

SystemInt32 GetHashCode();

Raw: In(SystemUInt64), Out(SystemInt32)

SystemUInt64.__GetType__SystemType

SystemType GetType();

Raw: In(SystemUInt64), Out(SystemType)

SystemUInt64.__Parse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider__SystemUInt64

static SystemUInt64 Parse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), Out(SystemUInt64)

SystemUInt64.__Parse__SystemString_SystemGlobalizationNumberStyles__SystemUInt64

static SystemUInt64 Parse(SystemString, SystemGlobalizationNumberStyles);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), Out(SystemUInt64)

SystemUInt64.__Parse__SystemString_SystemIFormatProvider__SystemUInt64

static SystemUInt64 Parse(SystemString, SystemIFormatProvider);

Raw: In(SystemString), In(SystemIFormatProvider), Out(SystemUInt64)

SystemUInt64.__Parse__SystemString__SystemUInt64

static SystemUInt64 Parse(SystemString);

Raw: In(SystemString), Out(SystemUInt64)

SystemUInt64.__ToString__SystemIFormatProvider__SystemString

SystemString ToString(SystemIFormatProvider);

Raw: In(SystemUInt64), In(SystemIFormatProvider), Out(SystemString)

SystemUInt64.__ToString__SystemString

SystemString ToString();

Raw: In(SystemUInt64), Out(SystemString)

SystemUInt64.__ToString__SystemString_SystemIFormatProvider__SystemString

SystemString ToString(SystemString, SystemIFormatProvider);

Raw: In(SystemUInt64), In(SystemString), In(SystemIFormatProvider), Out(SystemString)

SystemUInt64.__ToString__SystemString__SystemString

SystemString ToString(SystemString);

Raw: In(SystemUInt64), In(SystemString), Out(SystemString)

SystemUInt64.__TryParse__SystemString_SystemGlobalizationNumberStyles_SystemIFormatProvider_SystemUInt64Ref__SystemBoolean

static SystemBoolean TryParse(SystemString, SystemGlobalizationNumberStyles, SystemIFormatProvider, ref SystemUInt64);

Raw: In(SystemString), In(SystemGlobalizationNumberStyles), In(SystemIFormatProvider), InOut(SystemUInt64), Out(SystemBoolean)

SystemUInt64.__TryParse__SystemString_SystemUInt64Ref__SystemBoolean

static SystemBoolean TryParse(SystemString, ref SystemUInt64);

Raw: In(SystemString), InOut(SystemUInt64), Out(SystemBoolean)

SystemUInt64.__get_MaxValue__SystemUInt64

static SystemUInt64 get_MaxValue();

Raw: Out(SystemUInt64)

SystemUInt64.__get_MinValue__SystemUInt64

static SystemUInt64 get_MinValue();

Raw: Out(SystemUInt64)

SystemUInt64.__op_Addition__SystemUInt64_SystemUInt64__SystemUInt64

static SystemUInt64 op_Addition(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemUInt64)

SystemUInt64.__op_Division__SystemUInt64_SystemUInt64__SystemUInt64

static SystemUInt64 op_Division(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemUInt64)

SystemUInt64.__op_Equality__SystemUInt64_SystemUInt64__SystemBoolean

static SystemBoolean op_Equality(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemBoolean)

SystemUInt64.__op_GreaterThanOrEqual__SystemUInt64_SystemUInt64__SystemBoolean

static SystemBoolean op_GreaterThanOrEqual(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemBoolean)

SystemUInt64.__op_GreaterThan__SystemUInt64_SystemUInt64__SystemBoolean

static SystemBoolean op_GreaterThan(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemBoolean)

SystemUInt64.__op_Inequality__SystemUInt64_SystemUInt64__SystemBoolean

static SystemBoolean op_Inequality(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemBoolean)

SystemUInt64.__op_LeftShift__SystemUInt64_SystemInt32__SystemUInt64

static SystemUInt64 op_LeftShift(SystemUInt64, SystemInt32);

Raw: In(SystemUInt64), In(SystemInt32), Out(SystemUInt64)

SystemUInt64.__op_LessThanOrEqual__SystemUInt64_SystemUInt64__SystemBoolean

static SystemBoolean op_LessThanOrEqual(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemBoolean)

SystemUInt64.__op_LessThan__SystemUInt64_SystemUInt64__SystemBoolean

static SystemBoolean op_LessThan(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemBoolean)

SystemUInt64.__op_LogicalAnd__SystemUInt64_SystemUInt64__SystemUInt64

static SystemUInt64 op_LogicalAnd(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemUInt64)

SystemUInt64.__op_LogicalOr__SystemUInt64_SystemUInt64__SystemUInt64

static SystemUInt64 op_LogicalOr(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemUInt64)

SystemUInt64.__op_LogicalXor__SystemUInt64_SystemUInt64__SystemUInt64

static SystemUInt64 op_LogicalXor(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemUInt64)

SystemUInt64.__op_Multiplication__SystemUInt64_SystemUInt64__SystemUInt64

static SystemUInt64 op_Multiplication(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemUInt64)

SystemUInt64.__op_RightShift__SystemUInt64_SystemInt32__SystemUInt64

static SystemUInt64 op_RightShift(SystemUInt64, SystemInt32);

Raw: In(SystemUInt64), In(SystemInt32), Out(SystemUInt64)

SystemUInt64.__op_Subtraction__SystemUInt64_SystemUInt64__SystemUInt64

static SystemUInt64 op_Subtraction(SystemUInt64, SystemUInt64);

Raw: In(SystemUInt64), In(SystemUInt64), Out(SystemUInt64)

Struct SystemVoid

back to assembly