Search Results for

    Class SystemExtension

    Inheritance
    object
    SystemExtension
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: YVR.Utilities
    Assembly: YVR.Utilities.Runtime.dll
    Syntax
    public static class SystemExtension

    Methods

    Name Description
    GetParametersCount(MulticastDelegate)

    Returns the number of parameters of the action

    SafeInvoke(MulticastDelegate, params object[])

    Invokes each delegate in the invocation list of the specified MulticastDelegate object.

    In This Article