Search Results for

    Show / Hide Table of Contents

    Class CilPrototypeExceptionSpecs

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

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

    Methods

    | Edit this page 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.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX