IProcessHostSupportFunctions.GetNativeConfigurationSystem Method ()

 

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

Retrieves the INativeConfigurationSystem interface.

Namespace:   System.Web.Hosting
Assembly:  System.Web (in System.Web.dll)

[<SecurityPermissionAttribute(SecurityAction.LinkDemand, Unrestricted = true)>]
[<SecurityPermissionAttribute(SecurityAction.InheritanceDemand,
    Unrestricted = true)>]
abstract GetNativeConfigurationSystem : unit -> nativeint

Return Value

Type: System.IntPtr

A pointer to the INativeConfigurationSystem interface.

.NET Framework
Available since 2.0
Return to top
Show: