CimMofDeserializer. GetIncludedFileContent, délégué (String)

Représente un rappel permettant de récupérer le contenu du fichier sous la forme d’un tableau d’octets.

Espace de noms : Microsoft. Management. infrastructure. Serialization
Assembly : Microsoft. Management. infrastructure (en Microsoft.Management.Infrastructure.dll)

Syntaxe

public delegate byte[] GetIncludedFileContent(
    string fileName
)
public delegate array<unsigned char>^ GetIncludedFileContent(
    String^ fileName
)
type GetIncludedFileContent = 
    delegate of 
        fileName:string -> byte[]
Public Delegate Function GetIncludedFileContent (
    fileName As String
) As Byte()

Paramètres

  • fileName
    Type : System. String

    Nom de fichier, chemin d’accès compris.

Valeur renvoyée

Type : System. Byte[]

Retourne le contenu du fichier sous la forme d’un tableau d’octets.

Voir aussi

Microsoft. Management. infrastructure. Serialization