C# Class CsDebugScript.Engine.UserTypeMetadataExtensions

Show file Open project: southpolenator/WinDbgCs

Public Methods

Method Description
FromModuleOrFirst ( this metadatas, CsDebugScript module ) : UserTypeMetadata

Finds metadata that comes from the specified module or first if not found.

Method Details

FromModuleOrFirst() public static method

Finds metadata that comes from the specified module or first if not found.
public static FromModuleOrFirst ( this metadatas, CsDebugScript module ) : UserTypeMetadata
metadatas this The metadatas.
module CsDebugScript The module.
return UserTypeMetadata