< Back

Export-DaterpillarSchema

Mon Jan 13, 2020 8:55 am

NAME Export-DaterpillarSchema



SYNOPSIS

Generates a '.schema.xml' file from a '.dll' file.





SYNTAX

Export-DaterpillarSchema [-AssemblyFile] <string> [<CommonParameters>]



Export-DaterpillarSchema [-InputObject <string>] [<CommonParameters>]





DESCRIPTION

This cmdlet create a '.schema.xml' file from a '.dll' file.





PARAMETERS

-AssemblyFile <string>

The absolute-path of the target assembly.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-a <string>

The absolute-path of the target assembly.



This is an alias of the AssemblyFile parameter.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-path <string>

The absolute-path of the target assembly.



This is an alias of the AssemblyFile parameter.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-fullName <string>

The absolute-path of the target assembly.



This is an alias of the AssemblyFile parameter.



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-InputObject <string>



Required? false

Position? named

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String

The absolute-path of the target assembly.



System.String





OUTPUTS

System.IO.FileInfo





NOTES

ProjectDirectory



The project directory is solely used to locate any scripts specified in the '.shema.xml' import tag.





RELATED LINKS

https://github.com/Ackara/Daterpillar