Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public static class Gregor.Core.Bytes Custom Attributes: Gregor.Core.Module() Description:
public Bytes() Custom Attributes: Description:
static public System.Int16 BitAnd(System.Int16 a, System.Int16 b) Custom Attributes: Description:
static public System.UInt16 BitAnd(System.UInt16 a, System.UInt16 b) Custom Attributes: Description:
static public System.SByte BitAnd(System.SByte a, System.SByte b) Custom Attributes: Description:
static public System.Byte BitAnd(System.Byte a, System.Byte b) Custom Attributes: Description:
static public System.Int32 BitAnd(System.Int32 a, System.Int32 b) Custom Attributes: Description:
static public System.Int64 BitAnd(System.Int64 a, System.Int64 b) Custom Attributes: Description:
static public System.UInt64 BitAnd(System.UInt64 a, System.UInt64 b) Custom Attributes: Description:
static public T BitAnd(T a, T b) Custom Attributes: Description:
static public System.UInt32 BitAnd(System.UInt32 a, System.UInt32 b) Custom Attributes: Description:
static public System.UInt16 BitEqv(System.UInt16 a, System.UInt16 b) Custom Attributes: Description:
static public System.Byte BitEqv(System.Byte a, System.Byte b) Custom Attributes: Description:
static public System.UInt64 BitEqv(System.UInt64 a, System.UInt64 b) Custom Attributes: Description:
static public System.UInt32 BitEqv(System.UInt32 a, System.UInt32 b) Custom Attributes: Description:
static public System.Int16 BitEqv(System.Int16 a, System.Int16 b) Custom Attributes: Description:
static public System.SByte BitEqv(System.SByte a, System.SByte b) Custom Attributes: Description:
static public System.Int64 BitEqv(System.Int64 a, System.Int64 b) Custom Attributes: Description:
static public System.Int32 BitEqv(System.Int32 a, System.Int32 b) Custom Attributes: Description:
static public T BitEqv(T a, T b) Custom Attributes: Description:
static public System.Byte BitImp(System.Byte a, System.Byte b) Custom Attributes: Description:
static public System.UInt16 BitImp(System.UInt16 a, System.UInt16 b) Custom Attributes: Description:
static public System.UInt32 BitImp(System.UInt32 a, System.UInt32 b) Custom Attributes: Description:
static public System.Int64 BitImp(System.Int64 a, System.Int64 b) Custom Attributes: Description:
static public System.SByte BitImp(System.SByte a, System.SByte b) Custom Attributes: Description:
static public System.Int16 BitImp(System.Int16 a, System.Int16 b) Custom Attributes: Description:
static public System.Int32 BitImp(System.Int32 a, System.Int32 b) Custom Attributes: Description:
static public T BitImp(T a, T b) Custom Attributes: Description:
static public System.UInt64 BitImp(System.UInt64 a, System.UInt64 b) Custom Attributes: Description:
static public System.Byte BitNot(System.Byte value) Custom Attributes: Description:
static public System.Int32 BitNot(System.Int32 value) Custom Attributes: Description:
static public System.UInt16 BitNot(System.UInt16 value) Custom Attributes: Description:
static public System.SByte BitNot(System.SByte value) Custom Attributes: Description:
static public System.UInt64 BitNot(System.UInt64 value) Custom Attributes: Description:
static public System.Int16 BitNot(System.Int16 value) Custom Attributes: Description:
static public System.UInt32 BitNot(System.UInt32 value) Custom Attributes: Description:
static public System.Int64 BitNot(System.Int64 value) Custom Attributes: Description:
static public T BitNot(T value) Custom Attributes: Description:
static public System.Int32 BitOr(System.Int32 a, System.Int32 b) Custom Attributes: Description:
static public System.UInt16 BitOr(System.UInt16 a, System.UInt16 b) Custom Attributes: Description:
static public System.Int64 BitOr(System.Int64 a, System.Int64 b) Custom Attributes: Description:
static public System.UInt32 BitOr(System.UInt32 a, System.UInt32 b) Custom Attributes: Description:
static public System.Int16 BitOr(System.Int16 a, System.Int16 b) Custom Attributes: Description:
static public T BitOr(T a, T b) Custom Attributes: Description:
static public System.UInt64 BitOr(System.UInt64 a, System.UInt64 b) Custom Attributes: Description:
static public System.Byte BitOr(System.Byte a, System.Byte b) Custom Attributes: Description:
static public System.SByte BitOr(System.SByte a, System.SByte b) Custom Attributes: Description:
static public System.String BitsToHexString(System.Int32 value) Custom Attributes: Description:
static public System.String BitsToHexString(System.SByte value) Custom Attributes: Description:
static public System.String BitsToHexString(T value) Custom Attributes: Description:
static public System.String BitsToHexString(System.UInt64 value) Custom Attributes: Description:
static public System.String BitsToHexString(System.Int64 value) Custom Attributes: Description:
static public System.String BitsToHexString(System.UInt32 value) Custom Attributes: Description:
static public System.String BitsToHexString(System.Byte value) Custom Attributes: Description:
static public System.String BitsToHexString(System.Int16 value) Custom Attributes: Description:
static public System.String BitsToHexString(System.UInt16 value) Custom Attributes: Description:
static public System.String BitsToString(System.SByte value, Gregor.Core.Endian end) Custom Attributes: Description:
static public System.String BitsToString(T value, Gregor.Core.Endian end) Custom Attributes: Description:
static public System.String BitsToString(System.UInt64 value, Gregor.Core.Endian end) Custom Attributes: Description:
static public System.String BitsToString(System.Int32 value, Gregor.Core.Endian end) Custom Attributes: Description:
static public System.String BitsToString(System.UInt32 value, Gregor.Core.Endian end) Custom Attributes: Description:
static public System.String BitsToString(System.Int64 value, Gregor.Core.Endian end) Custom Attributes: Description:
static public System.String BitsToString(System.Byte value, Gregor.Core.Endian end) Custom Attributes: Description:
static public System.String BitsToString(System.Int16 value, Gregor.Core.Endian end) Custom Attributes: Description:
static public System.String BitsToString(System.UInt16 value, Gregor.Core.Endian end) Custom Attributes: Description:
static public System.Byte BitXor(System.Byte a, System.Byte b) Custom Attributes: Description:
static public System.SByte BitXor(System.SByte a, System.SByte b) Custom Attributes: Description:
static public System.Int16 BitXor(System.Int16 a, System.Int16 b) Custom Attributes: Description:
static public System.Int32 BitXor(System.Int32 a, System.Int32 b) Custom Attributes: Description:
static public System.UInt16 BitXor(System.UInt16 a, System.UInt16 b) Custom Attributes: Description:
static public T BitXor(T a, T b) Custom Attributes: Description:
static public System.UInt64 BitXor(System.UInt64 a, System.UInt64 b) Custom Attributes: Description:
static public System.Int64 BitXor(System.Int64 a, System.Int64 b) Custom Attributes: Description:
static public System.UInt32 BitXor(System.UInt32 a, System.UInt32 b) Custom Attributes: Description:
static public System.Int16 CombineBitFlags(params System.Int16[] flags) Custom Attributes: flags - System.ParamArray() Description:
static public System.Enum CombineBitFlags(params System.Enum[] flags) Custom Attributes: flags - System.ParamArray() Description:
static public System.Int64 CombineBitFlags(params System.Int64[] flags) Custom Attributes: flags - System.ParamArray() Description:
static public System.Int32 CombineBitFlags(params System.Int32[] flags) Custom Attributes: flags - System.ParamArray() Description:
static public System.UInt16 CombineBitFlags(params System.UInt16[] flags) Custom Attributes: flags - System.ParamArray() Description:
static public System.UInt64 CombineBitFlags(params System.UInt64[] flags) Custom Attributes: flags - System.ParamArray() Description:
static public System.UInt32 CombineBitFlags(params System.UInt32[] flags) Custom Attributes: flags - System.ParamArray() Description:
static public T CombineBitFlags(params T[] flags) Custom Attributes: flags - System.ParamArray() Description:
static internal System.String ConvertBitsToString(System.UInt64 value, System.Int32 cChars, Gregor.Core.Endian end) Custom Attributes: Description:
static private System.UInt64 DoParseBitString(System.String s, System.Int32 cChars, Gregor.Core.Endian end) Custom Attributes: Description:
static public System.Boolean GetBit(System.UInt32 i, System.Int32 iPos) Custom Attributes: Description:
static public System.Boolean GetBit(System.UInt64 i, System.Int32 iPos) Custom Attributes: Description:
static public System.Boolean GetBit(System.SByte b, System.Int32 iPos) Custom Attributes: Description:
static public System.Boolean GetBit(System.Int16 i, System.Int32 iPos) Custom Attributes: Description:
static public System.Boolean GetBit(System.Int64 i, System.Int32 iPos) Custom Attributes: Description:
static public System.Boolean GetBit(System.Int32 i, System.Int32 iPos) Custom Attributes: Description:
static public System.Boolean GetBit(System.UInt16 i, System.Int32 iPos) Custom Attributes: Description:
static public System.Boolean GetBit(System.Byte b, System.Int32 iPos) Custom Attributes: Description:
static public System.Boolean GetBit(T val, System.Int32 iPos) Custom Attributes: Description:
static public System.Boolean GetBitFlag(System.UInt32 val, System.UInt32 mask) Custom Attributes: Description:
static public System.Boolean GetBitFlag(System.UInt16 val, System.UInt16 mask) Custom Attributes: Description:
static public System.Boolean GetBitFlag(System.UInt64 val, System.UInt64 mask) Custom Attributes: Description:
static public System.Boolean GetBitFlag(System.Byte val, System.Byte mask) Custom Attributes: Description:
static public System.Boolean GetBitFlag(T val, T mask) Custom Attributes: Description:
static public System.Boolean GetBitFlag(System.Int16 val, System.Int16 mask) Custom Attributes: Description:
static public System.Boolean GetBitFlag(System.SByte val, System.SByte mask) Custom Attributes: Description:
static public System.Boolean GetBitFlag(System.Int64 val, System.Int64 mask) Custom Attributes: Description:
static public System.Boolean GetBitFlag(System.Int32 val, System.Int32 mask) Custom Attributes: Description:
static public System.Int32 GetFlagCount(T value) Custom Attributes: Description:
static public System.Int32 GetFlagCount(System.UInt64 val) Custom Attributes: Description:
static public System.Int32 GetFlagCount(System.Byte val) Custom Attributes: Description:
static public System.Int32 GetFlagCount(System.Int64 val) Custom Attributes: Description:
static public System.Int32 GetFlagCount(System.UInt32 val) Custom Attributes: Description:
static public System.Int32 GetFlagCount(System.UInt16 val) Custom Attributes: Description:
static public System.Int32 GetFlagCount(System.SByte val) Custom Attributes: Description:
static public System.Int32 GetFlagCount(System.Int32 val) Custom Attributes: Description:
static public System.Int32 GetFlagCount(System.Int16 val) Custom Attributes: Description:
static internal T InstantiateEnum(System.Reflection.FieldInfo fi, System.UInt64 value) Custom Attributes: Description:
static internal System.Enum InstantiateEnum(System.Type tp, System.Reflection.FieldInfo fi, System.UInt64 value) Custom Attributes: Description:
static public System.Collections.Generic.IEnumerator<> IterateFlags(System.Int64 value) Custom Attributes: Description:
static public System.Collections.Generic.IEnumerator<> IterateFlags(System.SByte value) Custom Attributes: Description:
static public System.Collections.Generic.IEnumerator<> IterateFlags(T value) Custom Attributes: Description:
static public System.Collections.Generic.IEnumerator<> IterateFlags(System.UInt64 value) Custom Attributes: Description:
static public System.Collections.Generic.IEnumerator<> IterateFlags(System.UInt32 value) Custom Attributes: Description:
static public System.Collections.Generic.IEnumerator<> IterateFlags(System.Int32 value) Custom Attributes: Description:
static public System.Collections.Generic.IEnumerator<> IterateFlags(System.UInt16 value) Custom Attributes: Description:
static public System.Collections.Generic.IEnumerator<> IterateFlags(System.Byte value) Custom Attributes: Description:
static public System.Collections.Generic.IEnumerator<> IterateFlags(System.Int16 value) Custom Attributes: Description:
static public void LShift(ref System.Int64 i, System.Int32 n) Custom Attributes: Description:
static public void LShift(ref System.Int32 i, System.Int32 n) Custom Attributes: Description:
static public void LShift(ref System.UInt32 i, System.Int32 n) Custom Attributes: Description:
static public void LShift(ref System.UInt64 i, System.Int32 n) Custom Attributes: Description:
static public void LShift(ref System.Byte b, System.Int32 n) Custom Attributes: Description:
static public void LShift(ref System.UInt16 i, System.Int32 n) Custom Attributes: Description:
static public void LShift(ref System.Int16 i, System.Int32 n) Custom Attributes: Description:
static public void LShift(ref System.SByte b, System.Int32 n) Custom Attributes: Description:
static public System.UInt16 ParseBitString16(System.String s, Gregor.Core.Endian end) Custom Attributes: Description:
static public System.UInt32 ParseBitString32(System.String s, Gregor.Core.Endian end) Custom Attributes: Description:
static public System.UInt64 ParseBitString64(System.String s, Gregor.Core.Endian end) Custom Attributes: Description:
static public System.Byte ParseBitString8(System.String s, Gregor.Core.Endian end) Custom Attributes: Description:
static public void RShift(ref System.UInt16 i, System.Int32 n) Custom Attributes: Description:
static public void RShift(ref System.Byte b, System.Int32 n) Custom Attributes: Description:
static public void RShift(ref System.UInt64 i, System.Int32 n) Custom Attributes: Description:
static public void RShift(ref System.UInt32 i, System.Int32 n) Custom Attributes: Description:
static public void RShift(ref System.Int16 i, System.Int32 n) Custom Attributes: Description:
static public void RShift(ref System.SByte b, System.Int32 n) Custom Attributes: Description:
static public void RShift(ref System.Int64 i, System.Int32 n) Custom Attributes: Description:
static public void RShift(ref System.Int32 i, System.Int32 n) Custom Attributes: Description:
static public void SetBit(ref T val, System.Int32 iPos, System.Boolean fSet) Custom Attributes: Description:
static public void SetBit(ref System.Byte b, System.Int32 iPos, System.Boolean fSet) Custom Attributes: Description:
static public void SetBit(ref System.Int64 i, System.Int32 iPos, System.Boolean fSet) Custom Attributes: Description:
static public void SetBit(ref System.UInt64 i, System.Int32 iPos, System.Boolean fSet) Custom Attributes: Description:
static public void SetBit(ref System.UInt16 i, System.Int32 iPos, System.Boolean fSet) Custom Attributes: Description:
static public void SetBit(ref System.Int32 i, System.Int32 iPos, System.Boolean fSet) Custom Attributes: Description:
static public void SetBit(ref System.SByte b, System.Int32 iPos, System.Boolean fSet) Custom Attributes: Description:
static public void SetBit(ref System.UInt32 i, System.Int32 iPos, System.Boolean fSet) Custom Attributes: Description:
static public void SetBit(ref System.Int16 i, System.Int32 iPos, System.Boolean fSet) Custom Attributes: Description:
static public void SetBitFlag(ref System.Byte b, System.Byte mask, System.Boolean fSet) Custom Attributes: Description:
static public void SetBitFlag(ref System.Int64 i, System.Int64 mask, System.Boolean fSet) Custom Attributes: Description:
static public void SetBitFlag(ref System.UInt32 i, System.UInt32 mask, System.Boolean fSet) Custom Attributes: Description:
static public void SetBitFlag(ref System.UInt64 i, System.UInt64 mask, System.Boolean fSet) Custom Attributes: Description:
static public void SetBitFlag(ref T val, T mask, System.Boolean fSet) Custom Attributes: Description:
static public void SetBitFlag(ref System.UInt16 i, System.UInt16 mask, System.Boolean fSet) Custom Attributes: Description:
static public void SetBitFlag(ref System.SByte b, System.SByte mask, System.Boolean fSet) Custom Attributes: Description:
static public void SetBitFlag(ref System.Int16 i, System.Int16 mask, System.Boolean fSet) Custom Attributes: Description:
static public void SetBitFlag(ref System.Int32 i, System.Int32 mask, System.Boolean fSet) Custom Attributes: Description:
static public void WalkFlags(System.UInt16 value, Gregor.Core.Callback<, > cb) Custom Attributes: Description:
static public void WalkFlags(System.Int64 value, Gregor.Core.Callback<, > cb) Custom Attributes: Description:
static public void WalkFlags(System.UInt64 value, Gregor.Core.Callback<, > cb) Custom Attributes: Description:
static public void WalkFlags(System.UInt32 value, Gregor.Core.Callback<, > cb) Custom Attributes: Description:
static public void WalkFlags(System.Int32 value, Gregor.Core.Callback<, > cb) Custom Attributes: Description:
static public void WalkFlags(System.SByte value, Gregor.Core.Callback<, > cb) Custom Attributes: Description:
static public void WalkFlags(T value, Gregor.Core.Callback<, > cb) Custom Attributes: Description:
static public void WalkFlags(System.Int16 value, Gregor.Core.Callback<, > cb) Custom Attributes: Description:
static public void WalkFlags(System.Byte value, Gregor.Core.Callback<, > cb) Custom Attributes: Description:
System.Collections.Generic.IEnumerator<>
System.Collections.Generic.IEnumerator<>
System.Collections.Generic.IEnumerator<>
System.Collections.Generic.IEnumerator<>
System.Collections.Generic.IEnumerator<>
System.Collections.Generic.IEnumerator<>
System.Collections.Generic.IEnumerator<>
System.Collections.Generic.IEnumerator<>