Interface ICorDebugType NamespaceMicrosoft.Samples.Debugging.CorDebug.NativeApi Assemblyraw.dll [Guid("D613F0BB-ACE1-4C19-BD72-E4C08D5DA7F5")] [InterfaceType(1)] public interface ICorDebugType Methods EnumerateTypeParameters(out ICorDebugTypeEnum) GetBase(out ICorDebugType) GetClass(out ICorDebugClass) GetFirstTypeParameter(out ICorDebugType) GetRank(out uint) GetStaticFieldValue(uint, ICorDebugFrame, out ICorDebugValue) GetType(out CorElementType)