Créez un nouvel objet BugReport.
Namespace: Censitif.Library.DataAssembly: Censitif.Library (in Censitif.Library.dll) Version: 1.0.4878.23877
public static BugReport CreateBugReport(
int bugID,
string mD5,
string message,
bool isReported,
string versionNumber,
string occurences
)
public static BugReport CreateBugReport(
int bugID,
string mD5,
string message,
bool isReported,
string versionNumber,
string occurences
)
Public Shared Function CreateBugReport (
bugID As Integer,
mD5 As String,
message As String,
isReported As Boolean,
versionNumber As String,
occurences As String
) As BugReport
Public Shared Function CreateBugReport (
bugID As Integer,
mD5 As String,
message As String,
isReported As Boolean,
versionNumber As String,
occurences As String
) As BugReport
public:
static BugReport^ CreateBugReport(
int bugID,
String^ mD5,
String^ message,
bool isReported,
String^ versionNumber,
String^ occurences
)
public:
static BugReport^ CreateBugReport(
int bugID,
String^ mD5,
String^ message,
bool isReported,
String^ versionNumber,
String^ occurences
)
Parameters
- bugID
- Type: System Int32
Valeur initiale de BugID.
- mD5
- Type: System String
Valeur initiale de MD5.
- message
- Type: System String
Valeur initiale de Message.
- isReported
- Type: System Boolean
Valeur initiale de IsReported.
- versionNumber
- Type: System String
Valeur initiale de VersionNumber.
- occurences
- Type: System String
Valeur initiale de Occurences.
Return Value
Type:
BugReport[Missing <returns> documentation for "M:Censitif.Library.Data.BugReport.CreateBugReport(System.Int32,System.String,System.String,System.Boolean,System.String,System.String)"]