예제 #1
0
 internal CustomAttribute(CustomAttributeRow * pRow, PEFile peFile)
 {
     m_pRow = (CustomAttributeRow *)FluentAsserts.CheckNotNull((void*) pRow, "pRow");
     m_peFile = peFile.CheckNotNull("peFile");
 }
예제 #2
0
 internal CustomAttribute(CustomAttributeRow *pRow, PEFile peFile)
 {
     m_pRow   = (CustomAttributeRow *)FluentAsserts.CheckNotNull((void *)pRow, "pRow");
     m_peFile = peFile.CheckNotNull("peFile");
 }