PKStudio.PortingKitWrapper.FindISA C# (CSharp) Method

FindISA() public method

public FindISA ( string ISAGuid ) : ISAWrapper
ISAGuid string
return ISAWrapper
        public ISAWrapper FindISA(string ISAGuid)
        {
            return this.m_helper.FindISA(ISAGuid);
        }
PortingKitWrapper