Initializes a new instance of the StrongNameFile class.
Namespace: Org.Mentalis.Security.Tools
Assembly: Org.Mentalis.Security.Tools (in Org.Mentalis.Security.Tools)
Version: 1.0.0.0
Syntax
Visual Basic (Declaration) |
---|
Public Sub New ( _ file As String _ ) |
C# |
---|
public StrongNameFile ( string file ) |
Visual C++ |
---|
public: StrongNameFile ( String^ file ) |
Parameters
- file
- System.String
The path to the SNK file to open.
Exceptions
Exception | Condition |
---|---|
System.IO.FileNotFoundException | The file cannot be found. |
System.IO.InvalidDataException | The file contains invalid data. |