System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute.DefaultDllImportSearchPathsAttribute C# (CSharp) Method

DefaultDllImportSearchPathsAttribute() public method

public DefaultDllImportSearchPathsAttribute ( DllImportSearchPath paths )
paths DllImportSearchPath
		public DefaultDllImportSearchPathsAttribute(DllImportSearchPath paths)
		{
			Paths = paths;
		}
DefaultDllImportSearchPathsAttribute