|
static byte[] | MetadataForString (string name, int prefixSize, int suffixSize, int additionalSize) |
|
static void | EncodeTags (int tags, ref int pos, byte[] metadata) |
|
static byte | Combine (int settingValue, byte defaultValue) |
|
static int | Combine (int settingValue1, int settingValue2) |
|
static void | CheckName (string name) |
|
static bool | ShouldOverrideFieldName (string fieldName) |
|
static TraceLoggingDataType | MakeDataType (TraceLoggingDataType baseType, EventFieldFormat format) |
|
static TraceLoggingDataType | Format8 (EventFieldFormat format, TraceLoggingDataType native) |
|
static TraceLoggingDataType | Format16 (EventFieldFormat format, TraceLoggingDataType native) |
|
static TraceLoggingDataType | Format32 (EventFieldFormat format, TraceLoggingDataType native) |
|
static TraceLoggingDataType | Format64 (EventFieldFormat format, TraceLoggingDataType native) |
|
static TraceLoggingDataType | FormatScalar (EventFieldFormat format, TraceLoggingDataType nativeFormat) |
|
static bool | HasCustomAttribute (PropertyInfo propInfo, Type attributeType) |
|
static AttributeType | GetCustomAttribute< AttributeType > (PropertyInfo propInfo) |
|
static AttributeType | GetCustomAttribute< AttributeType > (Type type) |
|
static Type | FindEnumerableElementType ([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.Interfaces)] Type type) |
|
static bool | IsGenericMatch (Type type, object openType) |
|
static TraceLoggingTypeInfo | CreateDefaultTypeInfo (Type dataType, List< Type > recursionCheck) |
|
Definition at line 9 of file Statics.cs.