.FSI 파일 확장자
Visual F# Signature File
| 개발사 | Microsoft |
| 인기도 |
2.0 | 3 투표 |
FSI 파일이란 무엇인가요?
Signature file used by Visual F#, a component of Microsoft's Visual Studio software development kit; contains information about the F# program element's public signatures, including types, namespaces, and components.
추가 정보
FSI files can be used to specify accessibility rules to program code within an .FS file. This technique is used to restrict access to other program code that executes outside of the controlled FS file.
FSI files always have the same filename prefix as their associated FS file.
FSI 파일을 열거나 참조하는 프로그램
Windows