ExtensionManager.AddExtensionLoadPath Method
Adds a path of the list of extension load paths.
Namespace: Microsoft.Data.Schema.Extensibility
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared Sub AddExtensionLoadPath ( _
path As String _
)
public static void AddExtensionLoadPath(
string path
)
public:
static void AddExtensionLoadPath(
String^ path
)
static member AddExtensionLoadPath :
path:string -> unit
public static function AddExtensionLoadPath(
path : String
)
Parameters
- path
Type: System.String
The extension load path.
Remarks
The path will be searched for user extension.xml files in addition to assemblies.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.