Class AssemblyFile
Inheritance
System.Object
AssemblyFile
Namespace: Telerik.Licensing.ProductDetection
Assembly: Telerik.Licensing.Runtime.dll
Syntax
public class AssemblyFile : IAssemblyFile
Constructors
AssemblyFile(FileInfo, String, String)
Declaration
public AssemblyFile(FileInfo path, string name, string version)
Parameters
System.
|
System.
|
System.
|
Fields
Name
Declaration
public readonly string Name
Field Value
System.
|
Path
Declaration
public readonly FileInfo Path
Field Value
System.
|
Version
Declaration
public readonly string Version
Field Value
System.
|
Explicit Interface Implementations
IAssemblyFile.Name
IAssemblyFile.Version
Declaration
string IAssemblyFile.Version { get; }
Returns
System.
|