|
| 1 | +### YamlMime:ManagedReference |
| 2 | +items: |
| 3 | +- uid: v3.3.0.1:Xunit.AssemblyUtility |
| 4 | + commentId: T:Xunit.AssemblyUtility |
| 5 | + id: AssemblyUtility |
| 6 | + parent: v3.3.0.1:Xunit |
| 7 | + children: |
| 8 | + - v3.3.0.1:Xunit.AssemblyUtility.GetAssemblyMetadata(System.String) |
| 9 | + langs: |
| 10 | + - csharp |
| 11 | + - vb |
| 12 | + name: AssemblyUtility |
| 13 | + nameWithType: AssemblyUtility |
| 14 | + fullName: Xunit.AssemblyUtility |
| 15 | + type: Class |
| 16 | + source: |
| 17 | + remote: |
| 18 | + path: src/xunit.v3.runner.common/Utility/AssemblyUtility.cs |
| 19 | + branch: 9214bef1544142cc520bf37a9b4f655aaabfdb0f |
| 20 | + repo: https://github.com/xunit/xunit |
| 21 | + id: AssemblyUtility |
| 22 | + path: ../src/xunit.v3.runner.common/Utility/AssemblyUtility.cs |
| 23 | + startLine: 13 |
| 24 | + assemblies: |
| 25 | + - xunit.v3.runner.common |
| 26 | + namespace: Xunit |
| 27 | + summary: Utility functions for assemblies. |
| 28 | + example: [] |
| 29 | + syntax: |
| 30 | + content: public static class AssemblyUtility |
| 31 | + content.vb: Public Module AssemblyUtility |
| 32 | + inheritance: |
| 33 | + - System.Object |
| 34 | + inheritedMembers: |
| 35 | + - System.Object.Equals(System.Object) |
| 36 | + - System.Object.Equals(System.Object,System.Object) |
| 37 | + - System.Object.GetHashCode |
| 38 | + - System.Object.GetType |
| 39 | + - System.Object.MemberwiseClone |
| 40 | + - System.Object.ReferenceEquals(System.Object,System.Object) |
| 41 | + - System.Object.ToString |
| 42 | +- uid: v3.3.0.1:Xunit.AssemblyUtility.GetAssemblyMetadata(System.String) |
| 43 | + commentId: M:Xunit.AssemblyUtility.GetAssemblyMetadata(System.String) |
| 44 | + id: GetAssemblyMetadata(System.String) |
| 45 | + parent: v3.3.0.1:Xunit.AssemblyUtility |
| 46 | + langs: |
| 47 | + - csharp |
| 48 | + - vb |
| 49 | + name: GetAssemblyMetadata(string) |
| 50 | + nameWithType: AssemblyUtility.GetAssemblyMetadata(string) |
| 51 | + fullName: Xunit.AssemblyUtility.GetAssemblyMetadata(string) |
| 52 | + type: Method |
| 53 | + source: |
| 54 | + remote: |
| 55 | + path: src/xunit.v3.runner.common/Utility/AssemblyUtility.cs |
| 56 | + branch: 9214bef1544142cc520bf37a9b4f655aaabfdb0f |
| 57 | + repo: https://github.com/xunit/xunit |
| 58 | + id: GetAssemblyMetadata |
| 59 | + path: ../src/xunit.v3.runner.common/Utility/AssemblyUtility.cs |
| 60 | + startLine: 21 |
| 61 | + assemblies: |
| 62 | + - xunit.v3.runner.common |
| 63 | + namespace: Xunit |
| 64 | + summary: >- |
| 65 | + Gets metadata (including target framework and xUnit.net version) for the given assembly (on disk). |
| 66 | +
|
| 67 | + This uses Mono Cecil to prevent officially loading the assembly into memory. |
| 68 | + example: [] |
| 69 | + syntax: |
| 70 | + content: public static AssemblyMetadata? GetAssemblyMetadata(string assemblyFileName) |
| 71 | + parameters: |
| 72 | + - id: assemblyFileName |
| 73 | + type: System.String |
| 74 | + description: The assembly filename. |
| 75 | + return: |
| 76 | + type: Xunit.Runner.Common.AssemblyMetadata |
| 77 | + description: The assembly metadata, if the assembly was found; <code>null</code>, otherwise. |
| 78 | + content.vb: Public Shared Function GetAssemblyMetadata(assemblyFileName As String) As AssemblyMetadata |
| 79 | + overload: v3.3.0.1:Xunit.AssemblyUtility.GetAssemblyMetadata* |
| 80 | + nameWithType.vb: AssemblyUtility.GetAssemblyMetadata(String) |
| 81 | + fullName.vb: Xunit.AssemblyUtility.GetAssemblyMetadata(String) |
| 82 | + name.vb: GetAssemblyMetadata(String) |
| 83 | +references: |
| 84 | +- uid: v3.3.0.1:Xunit |
| 85 | + commentId: N:Xunit |
| 86 | + href: Xunit.html |
| 87 | + name: Xunit |
| 88 | + nameWithType: Xunit |
| 89 | + fullName: Xunit |
| 90 | +- uid: System.Object |
| 91 | + commentId: T:System.Object |
| 92 | + parent: System |
| 93 | + isExternal: true |
| 94 | + href: https://learn.microsoft.com/dotnet/api/system.object |
| 95 | + name: object |
| 96 | + nameWithType: object |
| 97 | + fullName: object |
| 98 | + nameWithType.vb: Object |
| 99 | + fullName.vb: Object |
| 100 | + name.vb: Object |
| 101 | +- uid: System.Object.Equals(System.Object) |
| 102 | + commentId: M:System.Object.Equals(System.Object) |
| 103 | + parent: System.Object |
| 104 | + isExternal: true |
| 105 | + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) |
| 106 | + name: Equals(object) |
| 107 | + nameWithType: object.Equals(object) |
| 108 | + fullName: object.Equals(object) |
| 109 | + nameWithType.vb: Object.Equals(Object) |
| 110 | + fullName.vb: Object.Equals(Object) |
| 111 | + name.vb: Equals(Object) |
| 112 | + spec.csharp: |
| 113 | + - uid: System.Object.Equals(System.Object) |
| 114 | + name: Equals |
| 115 | + isExternal: true |
| 116 | + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) |
| 117 | + - name: ( |
| 118 | + - uid: System.Object |
| 119 | + name: object |
| 120 | + isExternal: true |
| 121 | + href: https://learn.microsoft.com/dotnet/api/system.object |
| 122 | + - name: ) |
| 123 | + spec.vb: |
| 124 | + - uid: System.Object.Equals(System.Object) |
| 125 | + name: Equals |
| 126 | + isExternal: true |
| 127 | + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object) |
| 128 | + - name: ( |
| 129 | + - uid: System.Object |
| 130 | + name: Object |
| 131 | + isExternal: true |
| 132 | + href: https://learn.microsoft.com/dotnet/api/system.object |
| 133 | + - name: ) |
| 134 | +- uid: System.Object.Equals(System.Object,System.Object) |
| 135 | + commentId: M:System.Object.Equals(System.Object,System.Object) |
| 136 | + parent: System.Object |
| 137 | + isExternal: true |
| 138 | + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) |
| 139 | + name: Equals(object, object) |
| 140 | + nameWithType: object.Equals(object, object) |
| 141 | + fullName: object.Equals(object, object) |
| 142 | + nameWithType.vb: Object.Equals(Object, Object) |
| 143 | + fullName.vb: Object.Equals(Object, Object) |
| 144 | + name.vb: Equals(Object, Object) |
| 145 | + spec.csharp: |
| 146 | + - uid: System.Object.Equals(System.Object,System.Object) |
| 147 | + name: Equals |
| 148 | + isExternal: true |
| 149 | + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) |
| 150 | + - name: ( |
| 151 | + - uid: System.Object |
| 152 | + name: object |
| 153 | + isExternal: true |
| 154 | + href: https://learn.microsoft.com/dotnet/api/system.object |
| 155 | + - name: ',' |
| 156 | + - name: " " |
| 157 | + - uid: System.Object |
| 158 | + name: object |
| 159 | + isExternal: true |
| 160 | + href: https://learn.microsoft.com/dotnet/api/system.object |
| 161 | + - name: ) |
| 162 | + spec.vb: |
| 163 | + - uid: System.Object.Equals(System.Object,System.Object) |
| 164 | + name: Equals |
| 165 | + isExternal: true |
| 166 | + href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object) |
| 167 | + - name: ( |
| 168 | + - uid: System.Object |
| 169 | + name: Object |
| 170 | + isExternal: true |
| 171 | + href: https://learn.microsoft.com/dotnet/api/system.object |
| 172 | + - name: ',' |
| 173 | + - name: " " |
| 174 | + - uid: System.Object |
| 175 | + name: Object |
| 176 | + isExternal: true |
| 177 | + href: https://learn.microsoft.com/dotnet/api/system.object |
| 178 | + - name: ) |
| 179 | +- uid: System.Object.GetHashCode |
| 180 | + commentId: M:System.Object.GetHashCode |
| 181 | + parent: System.Object |
| 182 | + isExternal: true |
| 183 | + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode |
| 184 | + name: GetHashCode() |
| 185 | + nameWithType: object.GetHashCode() |
| 186 | + fullName: object.GetHashCode() |
| 187 | + nameWithType.vb: Object.GetHashCode() |
| 188 | + fullName.vb: Object.GetHashCode() |
| 189 | + spec.csharp: |
| 190 | + - uid: System.Object.GetHashCode |
| 191 | + name: GetHashCode |
| 192 | + isExternal: true |
| 193 | + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode |
| 194 | + - name: ( |
| 195 | + - name: ) |
| 196 | + spec.vb: |
| 197 | + - uid: System.Object.GetHashCode |
| 198 | + name: GetHashCode |
| 199 | + isExternal: true |
| 200 | + href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode |
| 201 | + - name: ( |
| 202 | + - name: ) |
| 203 | +- uid: System.Object.GetType |
| 204 | + commentId: M:System.Object.GetType |
| 205 | + parent: System.Object |
| 206 | + isExternal: true |
| 207 | + href: https://learn.microsoft.com/dotnet/api/system.object.gettype |
| 208 | + name: GetType() |
| 209 | + nameWithType: object.GetType() |
| 210 | + fullName: object.GetType() |
| 211 | + nameWithType.vb: Object.GetType() |
| 212 | + fullName.vb: Object.GetType() |
| 213 | + spec.csharp: |
| 214 | + - uid: System.Object.GetType |
| 215 | + name: GetType |
| 216 | + isExternal: true |
| 217 | + href: https://learn.microsoft.com/dotnet/api/system.object.gettype |
| 218 | + - name: ( |
| 219 | + - name: ) |
| 220 | + spec.vb: |
| 221 | + - uid: System.Object.GetType |
| 222 | + name: GetType |
| 223 | + isExternal: true |
| 224 | + href: https://learn.microsoft.com/dotnet/api/system.object.gettype |
| 225 | + - name: ( |
| 226 | + - name: ) |
| 227 | +- uid: System.Object.MemberwiseClone |
| 228 | + commentId: M:System.Object.MemberwiseClone |
| 229 | + parent: System.Object |
| 230 | + isExternal: true |
| 231 | + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone |
| 232 | + name: MemberwiseClone() |
| 233 | + nameWithType: object.MemberwiseClone() |
| 234 | + fullName: object.MemberwiseClone() |
| 235 | + nameWithType.vb: Object.MemberwiseClone() |
| 236 | + fullName.vb: Object.MemberwiseClone() |
| 237 | + spec.csharp: |
| 238 | + - uid: System.Object.MemberwiseClone |
| 239 | + name: MemberwiseClone |
| 240 | + isExternal: true |
| 241 | + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone |
| 242 | + - name: ( |
| 243 | + - name: ) |
| 244 | + spec.vb: |
| 245 | + - uid: System.Object.MemberwiseClone |
| 246 | + name: MemberwiseClone |
| 247 | + isExternal: true |
| 248 | + href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone |
| 249 | + - name: ( |
| 250 | + - name: ) |
| 251 | +- uid: System.Object.ReferenceEquals(System.Object,System.Object) |
| 252 | + commentId: M:System.Object.ReferenceEquals(System.Object,System.Object) |
| 253 | + parent: System.Object |
| 254 | + isExternal: true |
| 255 | + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals |
| 256 | + name: ReferenceEquals(object, object) |
| 257 | + nameWithType: object.ReferenceEquals(object, object) |
| 258 | + fullName: object.ReferenceEquals(object, object) |
| 259 | + nameWithType.vb: Object.ReferenceEquals(Object, Object) |
| 260 | + fullName.vb: Object.ReferenceEquals(Object, Object) |
| 261 | + name.vb: ReferenceEquals(Object, Object) |
| 262 | + spec.csharp: |
| 263 | + - uid: System.Object.ReferenceEquals(System.Object,System.Object) |
| 264 | + name: ReferenceEquals |
| 265 | + isExternal: true |
| 266 | + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals |
| 267 | + - name: ( |
| 268 | + - uid: System.Object |
| 269 | + name: object |
| 270 | + isExternal: true |
| 271 | + href: https://learn.microsoft.com/dotnet/api/system.object |
| 272 | + - name: ',' |
| 273 | + - name: " " |
| 274 | + - uid: System.Object |
| 275 | + name: object |
| 276 | + isExternal: true |
| 277 | + href: https://learn.microsoft.com/dotnet/api/system.object |
| 278 | + - name: ) |
| 279 | + spec.vb: |
| 280 | + - uid: System.Object.ReferenceEquals(System.Object,System.Object) |
| 281 | + name: ReferenceEquals |
| 282 | + isExternal: true |
| 283 | + href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals |
| 284 | + - name: ( |
| 285 | + - uid: System.Object |
| 286 | + name: Object |
| 287 | + isExternal: true |
| 288 | + href: https://learn.microsoft.com/dotnet/api/system.object |
| 289 | + - name: ',' |
| 290 | + - name: " " |
| 291 | + - uid: System.Object |
| 292 | + name: Object |
| 293 | + isExternal: true |
| 294 | + href: https://learn.microsoft.com/dotnet/api/system.object |
| 295 | + - name: ) |
| 296 | +- uid: System.Object.ToString |
| 297 | + commentId: M:System.Object.ToString |
| 298 | + parent: System.Object |
| 299 | + isExternal: true |
| 300 | + href: https://learn.microsoft.com/dotnet/api/system.object.tostring |
| 301 | + name: ToString() |
| 302 | + nameWithType: object.ToString() |
| 303 | + fullName: object.ToString() |
| 304 | + nameWithType.vb: Object.ToString() |
| 305 | + fullName.vb: Object.ToString() |
| 306 | + spec.csharp: |
| 307 | + - uid: System.Object.ToString |
| 308 | + name: ToString |
| 309 | + isExternal: true |
| 310 | + href: https://learn.microsoft.com/dotnet/api/system.object.tostring |
| 311 | + - name: ( |
| 312 | + - name: ) |
| 313 | + spec.vb: |
| 314 | + - uid: System.Object.ToString |
| 315 | + name: ToString |
| 316 | + isExternal: true |
| 317 | + href: https://learn.microsoft.com/dotnet/api/system.object.tostring |
| 318 | + - name: ( |
| 319 | + - name: ) |
| 320 | +- uid: System |
| 321 | + commentId: N:System |
| 322 | + isExternal: true |
| 323 | + href: https://learn.microsoft.com/dotnet/api/system |
| 324 | + name: System |
| 325 | + nameWithType: System |
| 326 | + fullName: System |
| 327 | +- uid: v3.3.0.1:Xunit.AssemblyUtility.GetAssemblyMetadata* |
| 328 | + commentId: Overload:Xunit.AssemblyUtility.GetAssemblyMetadata |
| 329 | + href: Xunit.AssemblyUtility.GetAssemblyMetadata.html#Xunit_AssemblyUtility_GetAssemblyMetadata_System_String_ |
| 330 | + name: GetAssemblyMetadata |
| 331 | + nameWithType: AssemblyUtility.GetAssemblyMetadata |
| 332 | + fullName: Xunit.AssemblyUtility.GetAssemblyMetadata |
| 333 | +- uid: System.String |
| 334 | + commentId: T:System.String |
| 335 | + parent: System |
| 336 | + isExternal: true |
| 337 | + href: https://learn.microsoft.com/dotnet/api/system.string |
| 338 | + name: string |
| 339 | + nameWithType: string |
| 340 | + fullName: string |
| 341 | + nameWithType.vb: String |
| 342 | + fullName.vb: String |
| 343 | + name.vb: String |
| 344 | +- uid: v3.3.0.1:Xunit.Runner.Common.AssemblyMetadata |
| 345 | + commentId: T:Xunit.Runner.Common.AssemblyMetadata |
| 346 | + parent: v3.3.0.1:Xunit.Runner.Common |
| 347 | + href: Xunit.Runner.Common.AssemblyMetadata.html |
| 348 | + name: AssemblyMetadata |
| 349 | + nameWithType: AssemblyMetadata |
| 350 | + fullName: Xunit.Runner.Common.AssemblyMetadata |
| 351 | +- uid: v3.3.0.1:Xunit.Runner.Common |
| 352 | + commentId: N:Xunit.Runner.Common |
| 353 | + href: Xunit.html |
| 354 | + name: Xunit.Runner.Common |
| 355 | + nameWithType: Xunit.Runner.Common |
| 356 | + fullName: Xunit.Runner.Common |
| 357 | + spec.csharp: |
| 358 | + - uid: v3.3.0.1:Xunit |
| 359 | + name: Xunit |
| 360 | + href: Xunit.html |
| 361 | + - name: . |
| 362 | + - uid: v3.3.0.1:Xunit.Runner |
| 363 | + name: Runner |
| 364 | + href: Xunit.Runner.html |
| 365 | + - name: . |
| 366 | + - uid: v3.3.0.1:Xunit.Runner.Common |
| 367 | + name: Common |
| 368 | + href: Xunit.Runner.Common.html |
| 369 | + spec.vb: |
| 370 | + - uid: v3.3.0.1:Xunit |
| 371 | + name: Xunit |
| 372 | + href: Xunit.html |
| 373 | + - name: . |
| 374 | + - uid: v3.3.0.1:Xunit.Runner |
| 375 | + name: Runner |
| 376 | + href: Xunit.Runner.html |
| 377 | + - name: . |
| 378 | + - uid: v3.3.0.1:Xunit.Runner.Common |
| 379 | + name: Common |
| 380 | + href: Xunit.Runner.Common.html |
| 381 | +memberLayout: SeparatePages |
0 commit comments