C# Class PERWAPI.SourceFile

Descriptor for a file containing a managed resource
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
GetSourceFile ( string name, System.Guid lang, System.Guid vend, System.Guid docu ) : SourceFile

Private Methods

Méthode Description
GuidsMatch ( System.Guid lang, System.Guid vend, System.Guid docu ) : bool
Match ( SourceFile file ) : bool
SourceFile ( string name, System.Guid lang, System.Guid vend, System.Guid docu ) : System

Method Details

GetSourceFile() public static méthode

public static GetSourceFile ( string name, System.Guid lang, System.Guid vend, System.Guid docu ) : SourceFile
name string
lang System.Guid
vend System.Guid
docu System.Guid
Résultat SourceFile