Show / Hide Table of Contents

    Class CilPrototypeExceptionSpecs

    Exception specifications for prototypes that rely on CIL's semantics.

    Inheritance
    System.Object
    CilPrototypeExceptionSpecs
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Flame.Clr.Analysis
    Assembly: Flame.Clr.dll
    Syntax
    public static class CilPrototypeExceptionSpecs

    Methods

    | Improve this Doc View Source

    Create(ReadOnlyTypeResolver)

    Creates CIL prototype exception specification rules.

    Declaration
    public static RuleBasedPrototypeExceptionSpecs Create(ReadOnlyTypeResolver corlibTypeResolver)
    Parameters
    Type Name Description
    ReadOnlyTypeResolver corlibTypeResolver

    A type resolver for the core library (corlib.dll) that defines well-known exception types.

    Returns
    Type Description
    RuleBasedPrototypeExceptionSpecs

    Prototype exception specification rules.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX