InfrastructureHelper Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides helper methods for infrastructure method calls.

Inheritance Hierarchy

System.Object
  Microsoft.Web.Infrastructure.InfrastructureHelper

Namespace:  Microsoft.Web.Infrastructure
Assembly:  Microsoft.Web.Infrastructure (in Microsoft.Web.Infrastructure.dll)

Syntax

'Declaration
Public NotInheritable Class InfrastructureHelper
'Usage
public static class InfrastructureHelper
public ref class InfrastructureHelper abstract sealed
[<>]
[<>]
type InfrastructureHelper =  class end
public final class InfrastructureHelper

The InfrastructureHelper type exposes the following members.

Methods

  Name Description
Public methodStatic member IsCodeDomDefinedExtension Infrastructure. Defines a helper method that is used to call the System.CodeDom.Compiler.CodeDomProvider.IsDefinedExtension method from an application that is not fully trusted.
Public methodStatic member UnloadAppDomain Infrastructure. Defines a helper method that is used to call the HttpRuntime.UnloadAppDomain method from an application that is not fully trusted.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Web.Infrastructure Namespace