Show / Hide Table of Contents

Class TpmPcrTupleConverter<T1, T2>

Inheritance
System.Object
TpmPcrTupleConverter<T1, T2>
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Utils
Assembly: AsaLib.dll
Syntax
public class TpmPcrTupleConverter<T1, T2> : TypeConverter
Type Parameters
Name Description
T1
T2

Methods

| Improve this Doc View Source

CanConvertFrom(ITypeDescriptorContext, Type)

Declaration
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
Type Name Description
ITypeDescriptorContext context
Type sourceType
Returns
Type Description
System.Boolean
| Improve this Doc View Source

ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
Type Name Description
ITypeDescriptorContext context
CultureInfo culture
System.Object value
Returns
Type Description
System.Object
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX